/* inter-300 - latin */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300; src: url('vendor/fonts/inter-v3-latin-300.eot'); /* IE9 Compat Modes */ src: local(''), url('vendor/fonts/inter-v3-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('vendor/fonts/inter-v3-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('vendor/fonts/inter-v3-latin-300.woff') format('woff'), /* Modern Browsers */ url('vendor/fonts/inter-v3-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('vendor/fonts/inter-v3-latin-300.svg#Inter') format('svg'); /* Legacy iOS */ } /* inter-regular - latin */ @font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; src: url('vendor/fonts/inter-v3-latin-regular.eot'); /* IE9 Compat Modes */ src: local(''), url('vendor/fonts/inter-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('vendor/fonts/inter-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('vendor/fonts/inter-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('vendor/fonts/inter-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('vendor/fonts/inter-v3-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-500 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('vendor/fonts/inter-v3-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('vendor/fonts/inter-v3-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('vendor/fonts/inter-v3-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('vendor/fonts/inter-v3-latin-500.woff') format('woff'), /* Modern Browsers */
       url('vendor/fonts/inter-v3-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('vendor/fonts/inter-v3-latin-500.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-600 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('vendor/fonts/inter-v3-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('vendor/fonts/inter-v3-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('vendor/fonts/inter-v3-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('vendor/fonts/inter-v3-latin-600.woff') format('woff'), /* Modern Browsers */
       url('vendor/fonts/inter-v3-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('vendor/fonts/inter-v3-latin-600.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('vendor/fonts/inter-v3-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('vendor/fonts/inter-v3-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('vendor/fonts/inter-v3-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('vendor/fonts/inter-v3-latin-700.woff') format('woff'), /* Modern Browsers */
       url('vendor/fonts/inter-v3-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('vendor/fonts/inter-v3-latin-700.svg#Inter') format('svg'); /* Legacy iOS */
}

/*
	Base Styles
  ----
*/

:root {
	--bs-primary: #5A2A7E;
	--bs-primary-dark: #3F1C5C;
	--bs-primary-rgb: 90, 42, 126;

	/* Redesign 2026 — "Aubergine & Warm Stone" */
	--ti-ink: #1E1A1C;
	--ti-ink-2: #4A4247;
	--ti-muted: #8A7F86;
	--ti-stone: #F7F2EC;
	--ti-surface: #FFFFFF;
	--ti-line: #E7DED2;
	--ti-line-strong: #DCCFBE;
	--ti-save: #2E6B54;
	--ti-brand-tint: #F1EAF6;
	--ti-gold: #CDA15E;
	--ti-serif: "Lora", "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
}

body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Oxygen-Sans, 'Fira Sans', 'Droid Sans', Ubuntu,
	Cantarell, 'Helvetica Neue', sans-serif;
	background: #F7F7F7;
	font-size: 14px;
}

/* Typography */

h1 {
	font-size: 3rem;
	font-weight: 700;
}

h2, .h2 {
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 1.4;
}

h3, .h3 {
	font-weight: 500;
	font-size: 1.75rem;
}

h4, .h4 {
	color: #222;
	font-weight: 500;
	font-size: 1.5rem;
}

h5, .h5 {
	font-weight: 500;
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
	font-weight: 600;
}

p {
	font-size: 1rem;;
	line-height: 1.8;
}

ul, li {
	font-size: 1rem;
	line-height: 1.8;
}

a, .a {
	color: var(--bs-primary);
	transition: color 0.12s ease;
	text-decoration: none;
}

a:hover, .a:hover {
	color: #000;
}

/* Stylings */

.border-light {
	border-color: #F2F2F2 !important;
}

.text-style-subtitle {
	font-size: 16px;
	color: #666;
	font-weight: 300;
}

.link-back {
	font-size: 12px;
	color: #666;
	font-weight: 300;
	transition: color 0.12s ease;
	position: relative;
	padding-left: 24px;
}

.link-back::after {
	content: url('img/arrow_back_black_18dp.svg');
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	transition: left 0.12s ease;
}

.link-back:hover::after {
	left: -2px;
}

.link-back:hover {
	color: #000;
}

.btn-primary {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
}

.btn-primary:hover {
	background-color: var(--bs-primary-dark);
	border-color: var(--bs-primary-dark);
}

.btn {
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Form Styling */
input {
	height: 48px;
}

select {
	height: 48px;
}

.form-group {
	margin-bottom: 16px;
}

.input-with-icon {
	position: relative;
	display: flex;
	align-items: center;
}

.input-with-icon input {
	padding-left: 48px;
}

.input-with-icon i {
	position: absolute;
	display: flex;
	height: 20px;
	width: 20px;
	left: 16px;
	pointer-events: none;
}

.input-with-icon i img {
	height: 20px;
	width: 20px;
}

.page-link {
	color: var(--bs-primary);
	height: 35px;
	padding: 0 10px;
	display: flex;
	align-items: center;
}

.page-link:hover {
	color: var(--bs-primary-dark);
}

.page-item.active .page-link {
	background: var(--bs-primary);
	border-color: var(--bs-primary);
}

.items-select select {
	height: 35px;
	border: 1px solid #dee2e6;
	padding: 0 8px;
	background: #fff;
	margin-left: 8px;
	border-radius: 4px;
}

/*
	Watchlist
	----
*/

.listing-item-wrapper {
	position: relative;
}

.watchlist-toggle {
	align-items: center;
	background: #fff;
	border: 1px solid #E1E1E1;
	border-radius: 999px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
	color: #222;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	gap: 6px;
	height: 36px;
	justify-content: center;
	line-height: 1;
	padding: 0 12px;
	transition: border-color 0.12s ease, color 0.12s ease, box-shadow 0.12s ease;
	white-space: nowrap;
}

.listing-item-wrapper > .watchlist-toggle {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 2;
}

.watchlist-toggle:hover {
	border-color: var(--bs-primary);
	color: var(--bs-primary);
	box-shadow: 0 5px 14px rgba(124, 58, 237, 0.18);
}

.watchlist-toggle--saved {
	background: #F1ECFE;
	border-color: #D8C8FB;
	color: var(--bs-primary-dark);
}

.watchlist-toggle-icon::before {
	content: "\2661";
	font-size: 16px;
	line-height: 1;
}

.watchlist-toggle--saved .watchlist-toggle-icon::before {
	content: "\2665";
}

.listing-detail-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.watchlist-empty {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	padding: 32px;
}

.watchlist-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.watchlist-card {
	border-radius: 8px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
}

.watchlist-card-link {
	color: #222;
	display: block;
}

.watchlist-card-link:hover {
	color: #222;
}

.watchlist-card-image {
	aspect-ratio: 16 / 10;
	display: block;
	object-fit: cover;
	width: 100%;
}

.watchlist-card-body {
	padding: 16px;
}

.watchlist-card-body h2 {
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 3rem;
	overflow: hidden;
}

.watchlist-card-location {
	color: #555;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 12px;
}

.watchlist-card-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.watchlist-card-facts span {
	background: #F1ECFE;
	border-radius: 999px;
	color: var(--bs-primary-dark);
	font-size: 13px;
	font-weight: 600;
	padding: 5px 10px;
}

.watchlist-remove-button {
	background: #fff;
	border: 1px solid #E1E1E1;
	border-radius: 999px;
	color: #666;
	font-size: 12px;
	font-weight: 600;
	height: 30px;
	padding: 0 10px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.watchlist-remove-button:hover {
	border-color: var(--bs-primary);
	color: var(--bs-primary);
}

/*
	Content
	----
*/

/* Navbar Styles */
nav.navbar {
	padding:16px 16px;
	background: none;
	border-bottom: 1px solid #E7E7E7;
	font-size: 14px;
}

.navbar-content {
	margin: auto;
	font-size: 0.875rem;
	height: 80px;
}

.navbar-brand img {
	padding-right:4px;

}

/* Splash */
.splash {
	position: relative;
	background-image: url('img/germany-splash-new.jpg');
	background-size: cover;
	max-width: 100%;
	width: 100%;
	height: 480px;
	border-radius: 4px;
	padding: 64px;
	padding-top: 104px;
	margin-bottom: 64px;
}

/* Homepage content sections */
.home-section {
	margin-bottom: 64px;
}

.home-section > h2 {
	margin-bottom: 24px;
}

.home-listings {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 24px;
}

.home-listings .listing-item {
	flex-direction: column;
	margin-bottom: 0;
}

.home-listings .listing-item .pictures {
	width: 100%;
	min-width: 0;
	margin-right: 0 !important;
}

.home-listings .listing-item .pictures img {
	width: 100%;
	height: 200px;
	border-radius: 8px 8px 0 0;
}

.home-listings .listing-item .listing-info {
	padding: 16px;
}

/* Key infos sit in a narrow card here, so drop the icons and tighten spacing
   (mirrors the compact treatment listings-list.css uses on small screens). */
.home-listings .listing-details dl i {
	display: none;
}

.home-listings .listing-details dl:not(:last-child) {
	padding-right: 12px;
}

.home-listings .listing-details dl:not(:first-child) {
	padding-left: 12px;
}

.splash h1 {
	color: white;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 80px;
}

.splash h1 span {
	font-weight: 400;
	display: block;
}

.splash form {
	max-width: 696px;
	padding: 16px;
	background: white;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
}

.splash form .option-select {
	display: flex;
	flex-direction: row;
	max-width: 100%;
	justify-content: space-between;
}

.splash form select {
	flex: 0 0 49%;
}

@media (max-width: 767.98px) {
	.splash {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 575.98px) {
	.splash {
		margin-left: -.75rem;
		margin-right: -.75rem;
		min-width: 100vw;
		border-radius: 0;
	}
}

/* Slider styling */
.swiper {
	height: 520px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	width: auto;
	max-width: 100%;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

.swiper-button-next, .swiper-button-prev {
	color: #fff;
}

.swiper-pagination-bullet-active {
	background: var(--bs-primary);
}


/* States */

.states-state {
	list-style: none;
}

.states-state a {
	background: #ddd;
	border-radius: 4px;
	height: 140px;
	min-width: 100%;
	display: flex;
	transition: transform 0.12s ease, box-shadow 0.12s ease;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.states-state a:hover {
	transform: scale(1.04);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	color: #fff;
}

.states-state a:hover img {
	transform: scale(1);
}

.states-state img {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 4px;
	transition: transform 0.12s ease;
	transform: scale(1.04);
}

.states-state a::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	z-index: 1;
	background: rgba(124, 58, 237, 0.25);
	width: 100%;
	height: 100%;
}

.states-state a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	z-index: 2;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	width: 100%;
	height: 100%;
}

.states-state span {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 5;
}

/* 404 / Not found */
.not-found {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 620px;
	margin: 0 auto;
	padding: 72px 16px 112px;
}

.not-found-code {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	font-size: 9rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
	margin-bottom: 8px;
}

.not-found-code span {
	background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-primary-dark) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: var(--bs-primary);
}

.not-found-pin {
	display: inline-flex;
	align-items: center;
	color: var(--bs-primary);
	-webkit-text-fill-color: initial;
	filter: drop-shadow(0 6px 14px rgba(124, 58, 237, 0.35));
}

.not-found-pin svg {
	width: 6.75rem;
	height: 6.75rem;
}

.not-found-title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 16px;
}

.not-found-text {
	color: #666;
	font-size: 1.125rem;
	line-height: 1.7;
	margin-bottom: 32px;
}

.not-found-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.not-found-btn {
	padding-left: 28px;
	padding-right: 28px;
}

.not-found-btn-secondary {
	background: #fff;
	color: var(--bs-primary);
	border: 1px solid var(--bs-primary);
}

.not-found-btn-secondary:hover {
	background: var(--bs-primary);
	color: #fff;
}

@media (max-width: 575.98px) {
	.not-found-code {
		font-size: 6rem;
	}

	.not-found-pin svg {
		width: 4.5rem;
		height: 4.5rem;
	}

	.not-found-title {
		font-size: 1.6rem;
	}

	.not-found-actions {
		flex-direction: column;
		width: 100%;
	}

	.not-found-btn {
		width: 100%;
	}
}

/*
	==========================================================================
	Redesign 2026 — "Aubergine & Warm Stone"
	Overrides appended last so they win without touching the rules above.
	==========================================================================
*/

/* Self-hosted editorial serif (display headings + prices), latin subset.
   Palatino/Iowan system stack stays as the swap fallback. */
@font-face {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('vendor/fonts/lora-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Lora';
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url('vendor/fonts/lora-italic-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
	background: var(--ti-stone);
	color: var(--ti-ink);
	font-size: 16px;
}

/* Editorial serif for display headings; body/UI stays Inter */
h1, h2, .h2, h3, .h3 {
	font-family: var(--ti-serif);
	letter-spacing: -0.012em;
	color: var(--ti-ink);
}
h1 { font-weight: 500; }
h2, .h2 { font-weight: 500; line-height: 1.2; }
h3, .h3 { font-weight: 500; font-size: 1.6rem; }

/* Buttons — a touch more radius and weight */
.btn { border-radius: 12px; font-weight: 600; }

/* Navbar — warm hairline */
nav.navbar {
	border-bottom: 1px solid var(--ti-line);
	background: rgba(247, 242, 236, 0.82);
	backdrop-filter: saturate(140%) blur(8px);
}
.navbar .nav-link { color: var(--ti-ink-2); }
.navbar .nav-link:hover { color: var(--bs-primary); }

/* ---------- Hero / Splash ---------- */
.splash {
	background-image:
		linear-gradient(180deg, rgba(42, 17, 64, 0.30) 0%, rgba(35, 14, 54, 0.72) 100%),
		radial-gradient(120% 95% at 80% 4%, rgba(205, 161, 94, 0.20), transparent 46%),
		url('img/germany-splash-new.jpg');
	background-size: cover;
	background-position: center;
	border-radius: 16px;
	height: 500px;
}
.splash-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	color: var(--ti-gold);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-shadow: 0 1px 10px rgba(20, 6, 34, 0.5);
}
.splash-kicker::before {
	content: "";
	width: 26px;
	height: 1px;
	background: var(--ti-gold);
	flex: 0 0 auto;
}
.splash h1 {
	font-family: var(--ti-serif);
	color: #FBF7F1;
	font-weight: 500;
	font-size: clamp(2.5rem, 5vw, 4rem);
	line-height: 1.05;
	letter-spacing: -0.02em;
	text-shadow: 0 2px 26px rgba(20, 6, 34, 0.40);
	margin-bottom: 40px;
	max-width: 18ch;
}
.splash h1 span {
	display: block;
	font-weight: 400;
	font-style: italic;
	color: #E9D6F2;
}

/* Search bar — one crafted, segmented control (label + field per segment) */
.splash form {
	max-width: 900px;
	padding: 8px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 26px 64px -26px rgba(20, 6, 34, 0.55) !important;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.splash form .search-seg {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 2px;
	padding: 10px 16px;
	margin-bottom: 0 !important;
	min-width: 0;
	cursor: pointer;
	border-radius: 10px;
}
.splash form .search-seg + .search-seg { border-top: 1px solid var(--ti-line); }
.splash form .search-seg:focus-within { background: var(--ti-brand-tint); }
.splash form .search-seg-label {
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ti-muted);
	pointer-events: none;
	transition: color 0.15s ease;
}
.splash form .search-seg:focus-within .search-seg-label { color: var(--bs-primary); }
.splash form .search-seg .form-select,
.splash form .search-seg .form-control {
	border: 0;
	background-color: transparent;
	height: auto;
	min-height: 0;
	padding: 0;
	font-weight: 600;
	font-size: 1.02rem;
	color: var(--ti-ink);
	box-shadow: none !important;
	border-radius: 0;
}
.splash form .search-seg .form-select {
	background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'><path d='M1 1l5 5 5-5' stroke='%235A2A7E' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/></svg>");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 11px 7px;
	padding-right: 20px;
}
.splash form .search-seg .form-control::placeholder {
	color: var(--ti-ink);
	opacity: 0.4;
	font-weight: 500;
}
.splash form .submit-button {
	border-radius: 12px;
	height: 54px;
	font-weight: 600;
	flex: 0 0 auto;
	margin-top: 6px;
}
.splash form .submit-button.is-loading {
	cursor: wait;
	opacity: 0.82;
}
.splash form .submit-button.is-loading::after {
	content: "";
	width: 16px;
	height: 16px;
	margin-left: 10px;
	border: 2px solid rgba(255, 255, 255, 0.38);
	border-top-color: #fff;
	border-radius: 50%;
	animation: search-loading-spin 0.7s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
	.splash form .submit-button.is-loading::after {
		animation: none;
	}
}

@media (min-width: 768px) {
	.splash form { flex-direction: row; align-items: stretch; }
	.splash form .search-seg--type,
	.splash form .search-seg--offer { flex: 0 0 auto; min-width: 152px; }
	.splash form .search-seg--location { flex: 1 1 auto; }
	.splash form .search-seg + .search-seg { border-top: 0; }
	.splash form .search-seg + .search-seg::before {
		content: "";
		position: absolute;
		left: 0;
		top: 12px;
		bottom: 12px;
		width: 1px;
		background: var(--ti-line);
	}
	.splash form .submit-button { width: auto; padding: 0 34px; align-self: center; margin-top: 0; margin-left: 6px; }
}

/* ---------- Home sections ---------- */
.home-section > h2 { margin-bottom: 28px; }

.home-listings .listing-item {
	border: 1px solid var(--ti-line);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.home-listings .listing-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px -20px rgba(42, 17, 64, 0.28);
	border-color: var(--ti-line-strong);
}
.home-listings .listing-item .pictures img { border-radius: 0; }

/* ---------- States / regions — aubergine wash ---------- */
.states-state a::after { background: rgba(90, 42, 126, 0.28); }
.states-state span { font-family: var(--ti-serif); font-weight: 500; }

/* ---------- Watchlist saved state → aubergine tint ---------- */
.watchlist-toggle--saved {
	background: var(--ti-brand-tint);
	border-color: #D8C8FB;
	color: var(--bs-primary-dark);
}
.watchlist-card-facts span {
	background: var(--ti-brand-tint);
	color: var(--bs-primary-dark);
}

/* Form controls — accent the checked/focus state in brand aubergine */
.form-check-input:checked {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
}
.form-check-input:focus {
	border-color: var(--bs-primary);
	box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.20);
}
.form-select:focus,
.form-control:focus {
	border-color: var(--bs-primary);
	box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.15);
}

/* ---------- Footer ---------- */
/* A deep-aubergine floor that bookends the plum hero: gold kicker rules,
   a Lora-serif wordmark, and the multilingual switcher as its centrepiece. */
.site-footer {
	--f-ground: #241141;
	--f-white: #FBF7F1;
	--f-lav: #E9D6F2;
	--f-muted: #B4A2C6;
	--f-hair: rgba(233, 214, 242, 0.14);
	position: relative;
	margin-top: 80px;
	background: var(--f-ground);
	color: var(--f-muted);
	overflow: hidden;
}

/* Gold hairline + soft gold wash — echoes the hero kicker rule and gold glow */
.site-footer::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 2px;
	background: linear-gradient(90deg, var(--ti-gold), rgba(205, 161, 94, 0.12));
}

.site-footer::after {
	content: "";
	position: absolute;
	top: -160px;
	right: -90px;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(205, 161, 94, 0.16), rgba(205, 161, 94, 0) 68%);
	pointer-events: none;
}

.site-footer .container {
	position: relative;
	z-index: 1;
}

.site-footer__top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 64px;
	padding: 60px 0 44px;
}

.site-footer__brand {
	flex: 1 1 300px;
	max-width: 400px;
}

.site-footer__brandname {
	font-family: var(--ti-serif);
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1;
	color: var(--f-white);
	margin: 0 0 14px;
}

.site-footer__tagline {
	font-family: var(--ti-serif);
	font-style: italic;
	font-size: 1.05rem;
	line-height: 1.6;
	color: var(--f-lav);
	max-width: 32ch;
	margin: 0 0 16px;
}

.site-footer__by {
	font-size: 0.82rem;
	line-height: 1.6;
	color: var(--f-muted);
	margin: 0;
}

.site-footer__by strong {
	color: var(--f-lav);
	font-weight: 600;
}

.site-footer__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 72px;
}

.site-footer__col {
	min-width: 150px;
}

/* Gold kicker eyebrows — the same device as .splash-kicker */
.site-footer__coltitle,
.site-footer__langs-label {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ti-gold);
}

.site-footer__coltitle::before,
.site-footer__langs-label::before {
	content: "";
	width: 22px;
	height: 1px;
	flex: 0 0 auto;
	background: var(--ti-gold);
}

.site-footer__coltitle {
	margin: 4px 0 18px;
}

.site-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__links li {
	margin: 0 0 12px;
	font-size: inherit;
	line-height: inherit;
}

.site-footer__links a {
	color: var(--f-lav);
	text-decoration: none;
	font-size: 0.95rem;
	line-height: 1.4;
	padding-bottom: 2px;
	background-image: linear-gradient(90deg, var(--ti-gold), var(--ti-gold));
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0% 1px;
	transition: color 0.16s ease, background-size 0.22s ease;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
	color: var(--f-white);
	background-size: 100% 1px;
	outline: none;
}

.site-footer__links a:focus-visible {
	outline: 2px solid var(--ti-gold);
	outline-offset: 3px;
	border-radius: 2px;
}

/* Language switcher — the multilingual heart of the portal */
.site-footer__langs {
	border-top: 1px solid var(--f-hair);
	padding: 30px 0 34px;
}

.site-footer__langs-label {
	margin: 0 0 18px;
}

.site-footer__langlist {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__langlist li {
	font-size: inherit;
	line-height: inherit;
}

.site-footer__lang {
	display: inline-flex;
	align-items: center;
	height: 34px;
	padding: 0 15px;
	border-radius: 999px;
	border: 1px solid var(--f-hair);
	color: var(--f-lav);
	font-size: 0.85rem;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.16s ease, border-color 0.16s ease, background-color 0.16s ease, transform 0.16s ease;
}

.site-footer__lang:hover,
.site-footer__lang:focus-visible {
	color: var(--f-white);
	border-color: rgba(205, 161, 94, 0.65);
	background: rgba(205, 161, 94, 0.12);
	transform: translateY(-1px);
	outline: none;
}

.site-footer__lang:focus-visible {
	outline: 2px solid var(--ti-gold);
	outline-offset: 2px;
}

.site-footer__lang[aria-current="true"] {
	background: var(--ti-gold);
	border-color: transparent;
	color: #2A1140;
	font-weight: 600;
	box-shadow: 0 6px 18px -8px rgba(205, 161, 94, 0.7);
}

.site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px 20px;
	border-top: 1px solid var(--f-hair);
	padding: 22px 0 36px;
	color: var(--f-muted);
	font-size: 0.8rem;
}

.site-footer__bottom p {
	margin: 0;
	font-size: inherit;
	line-height: 1.5;
}

.site-footer__made {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.site-footer__made::before {
	content: "";
	width: 20px;
	height: 13px;
	border-radius: 2px;
	flex: none;
	background: linear-gradient(180deg, #111 0 33.34%, #dd0000 33.34% 66.67%, #ffce00 66.67% 100%);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14);
}

@media (max-width: 540px) {
	.site-footer__top {
		gap: 32px;
		padding-top: 48px;
	}

	.site-footer__nav {
		gap: 30px 56px;
	}

	.site-footer__bottom {
		justify-content: flex-start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.site-footer *,
	.site-footer *::before {
		transition: none !important;
	}
}

/*
	==========================================================================
	Mobile refinements
	Long serif headlines run 3–4 lines and eat the viewport on phones; step the
	display sizes down below the tablet breakpoint. The splash <h1> keeps its own
	clamp() (higher specificity), so this leaves the hero untouched.
	==========================================================================
*/
@media (max-width: 767.98px) {
	h1 {
		font-size: 2.1rem;
	}

	h2, .h2 {
		font-size: 1.75rem;
		line-height: 1.2;
	}

	h3, .h3 {
		font-size: 1.4rem;
	}
}
