:root {
	--tsa-bg: #06101d;
	--tsa-text: #f7f9ff;
	--tsa-muted: #aab4c7;
	--tsa-dark: #030712;
	--tsa-card: #0a1220;
	--tsa-gold: #5c8cff;
	--tsa-green: #40d79c;
	--tsa-border: rgba(118, 150, 214, 0.18);
	--tsa-border-strong: rgba(128, 162, 230, 0.28);
	--tsa-shadow: 0 32px 90px rgba(0, 0, 0, 0.38);
	--tsa-shadow-soft: 0 18px 54px rgba(0, 0, 0, 0.26);
	--tsa-radius-xl: 36px;
	--tsa-radius-lg: 28px;
	--tsa-radius-md: 20px;
	--tsa-container: min(1180px, calc(100vw - 32px));
	--tsa-font: "Neue Haas Grotesk Display Pro", "Neue Haas Grotesk Display", "Neue Haas Grotesk Text Pro", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "Segoe UI", sans-serif;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 96px;
}

body {
	margin: 0;
	background:
		radial-gradient(circle at 18% 0%, rgba(92, 140, 255, 0.26), transparent 34rem),
		radial-gradient(circle at 82% 8%, rgba(64, 215, 156, 0.18), transparent 36rem),
		linear-gradient(180deg, #071322 0%, #040913 100%);
	color: var(--tsa-text);
	font-family: var(--tsa-font);
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	font-weight: 500;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.menu-is-open {
	overflow: hidden;
}

img,
video,
iframe {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a,
input,
select,
textarea,
summary {
	outline-offset: 4px;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
	outline: 2px solid var(--tsa-gold);
}

.screen-reader-text,
.skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	z-index: 10000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	margin: 0;
	clip: auto;
	background: var(--tsa-dark);
	color: #fff;
	border-radius: 999px;
}

.container {
	width: var(--tsa-container);
	margin-inline: auto;
}

.container--narrow {
	max-width: 820px;
}

.section {
	padding: clamp(34px, 5vw, 68px) 0;
}

.section--soft {
	background: #fff;
}

.section--dark {
	overflow: hidden;
	background: var(--tsa-dark);
	color: #fff;
}

#selection {
	padding-top: clamp(10px, 2vw, 22px);
}

.eyebrow {
	margin: 0 0 12px;
	color: var(--tsa-gold);
	font-size: 0.78rem;
	font-weight: 760;
	text-transform: uppercase;
	letter-spacing: 0;
}

h1,
h2,
h3,
p {
	overflow-wrap: anywhere;
}

h1,
h2,
h3 {
	margin: 0;
	line-height: 1.03;
	font-weight: 900;
	letter-spacing: 0;
}

h1 {
	font-size: clamp(3rem, 8vw, 6.7rem);
}

h2 {
	font-size: clamp(2.15rem, 5vw, 4.55rem);
}

h3 {
	font-size: clamp(1.25rem, 2vw, 1.75rem);
}

p {
	margin: 0;
	color: var(--tsa-muted);
}

.content-flow > * + * {
	margin-top: 18px;
}

.page-header {
	margin-bottom: 38px;
}

.page-content {
	padding: 42px;
	background: #fff;
	border: 1px solid var(--tsa-border);
	border-radius: var(--tsa-radius-lg);
	box-shadow: var(--tsa-shadow-soft);
}

.basic-article {
	padding: 24px 0;
	border-bottom: 1px solid var(--tsa-border);
}

.basic-article h2 {
	font-size: 1.8rem;
}

.site-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	padding: 12px 0;
	background: rgba(245, 245, 247, 0.78);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	backdrop-filter: blur(22px);
}

.site-header__inner {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 12px;
	width: var(--tsa-container);
	min-height: 54px;
	margin-inline: auto;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	color: var(--tsa-text);
}

.site-brand__logo {
	flex: 0 0 auto;
	display: block;
	width: clamp(190px, 28vw, 250px);
	height: auto;
	max-height: 76px;
	object-fit: contain;
	object-position: left center;
	filter: drop-shadow(0 16px 24px rgba(45, 121, 255, 0.2));
}

.menu-toggle {
	display: inline-grid;
	place-items: center;
	position: relative;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--tsa-border);
	border-radius: 999px;
	background: #08111f;
	color: #fff;
	cursor: pointer;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 30px rgba(0, 0, 0, 0.22);
}

.menu-toggle__line {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 22px;
	height: 3px;
	background: currentColor;
	border-radius: 99px;
	transform-origin: center;
	transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle__line:first-child {
	transform: translate(-50%, -7px);
}

.menu-toggle__line + .menu-toggle__line {
	margin-top: 0;
	transform: translate(-50%, 5px);
}

.is-menu-open .menu-toggle__line:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.is-menu-open .menu-toggle__line:nth-child(2) {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.site-nav {
	position: fixed;
	inset: 78px 16px auto;
	z-index: 1001;
	display: none;
	padding: 14px;
	background: #08111f;
	border: 1px solid var(--tsa-border);
	border-radius: 24px;
	box-shadow: var(--tsa-shadow-soft);
	backdrop-filter: none;
}

.is-menu-open .site-nav {
	display: block;
}

.site-nav ul {
	display: grid;
	gap: 4px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-nav a {
	display: block;
	padding: 15px 18px;
	background: #101a2a;
	border: 1px solid rgba(122, 166, 255, 0.12);
	border-radius: 16px;
	color: #f7f9ff;
	font-weight: 900;
	text-align: center;
}

.site-nav a:hover {
	color: var(--tsa-text);
	background: rgba(0, 0, 0, 0.04);
}

.site-header__cta {
	display: none;
	padding: 12px 16px;
	background: var(--tsa-dark);
	color: #fff;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 900;
	white-space: nowrap;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.tsa-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 20px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 900;
	text-align: center;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.tsa-button:hover {
	transform: translateY(-1px);
}

.tsa-button--dark {
	background: var(--tsa-dark);
	color: #fff;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.tsa-button--ghost {
	background: rgba(255, 255, 255, 0.78);
	color: var(--tsa-text);
	border-color: var(--tsa-border);
}

.tsa-button--light {
	background: #fff;
	color: var(--tsa-dark);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.text-link {
	color: var(--tsa-text);
	font-weight: 760;
	white-space: nowrap;
}

.text-link::after {
	content: "→";
	margin-left: 6px;
	color: var(--tsa-gold);
}

.hero-section {
	padding: clamp(28px, 5vw, 64px) 0 clamp(34px, 6vw, 72px);
}

.hero-section__grid {
	display: grid;
	gap: 30px;
	align-items: center;
}

.hero-section__copy {
	max-width: 780px;
}

.hero-section__copy > p:not(.eyebrow) {
	max-width: 690px;
	margin-top: 22px;
	font-size: clamp(1.1rem, 2.5vw, 1.45rem);
}

.hero-section__actions,
.single-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.hero-section--compact {
	padding-top: clamp(18px, 4vw, 42px);
	padding-bottom: clamp(22px, 4vw, 42px);
}

.hero-section--compact .hero-section__grid {
	display: block;
}

.hero-section--compact .hero-section__copy {
	max-width: 1060px;
}

.hero-section--compact .hero-section__copy > p:not(.eyebrow) {
	max-width: 760px;
}

.hero-preview,
.apartment-card,
.exclusive-note,
.lead-form,
.step-card,
.empty-state {
	background: var(--tsa-card);
	border: 1px solid var(--tsa-border);
	border-radius: var(--tsa-radius-xl);
	box-shadow: var(--tsa-shadow-soft);
}

.hero-preview {
	overflow: hidden;
	padding: 10px;
	box-shadow: var(--tsa-shadow);
}

.hero-preview__media,
.apartment-card__media,
.gallery-main,
.video-frame,
.photo-grid img,
.photo-grid .tsa-placeholder {
	position: relative;
	overflow: hidden;
	background: #e8e5de;
}

.hero-preview__media {
	aspect-ratio: 4 / 3;
	border-radius: 28px;
}

.hero-preview__media img,
.apartment-card__media img,
.gallery-main img,
.photo-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-preview__body {
	padding: 22px 16px 16px;
}

.hero-preview__body span {
	display: inline-flex;
	margin-bottom: 8px;
	color: var(--tsa-gold);
	font-size: 0.78rem;
	font-weight: 760;
	text-transform: uppercase;
}

.hero-preview__body h2 {
	font-size: clamp(1.6rem, 4vw, 2.45rem);
}

.hero-preview__body p {
	margin-top: 10px;
}

.rank-badge,
.city-chip {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 8px 12px;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 999px;
	backdrop-filter: blur(16px);
	color: var(--tsa-text);
	font-size: 0.82rem;
	font-weight: 800;
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.rank-badge {
	top: 14px;
	left: 14px;
}

.apartment-card .rank-badge {
	display: none;
}

.apartment-card .city-chip {
	display: none;
}

.city-chip {
	right: 14px;
	bottom: 14px;
	max-width: calc(100% - 28px);
}

.split-section {
	display: grid;
	gap: 28px;
	align-items: start;
}

.split-section .content-flow {
	max-width: 660px;
}

.section-heading {
	max-width: 720px;
	margin-bottom: 34px;
}

.section-heading--catalog {
	max-width: none;
	margin-bottom: clamp(24px, 5vw, 44px);
}

.section-heading--catalog h2 {
	font-size: clamp(4rem, 13vw, 9rem);
	line-height: 0.86;
	letter-spacing: 0;
	text-transform: uppercase;
}

.section-heading p:not(.eyebrow) {
	margin-top: 14px;
	font-size: 1.08rem;
}

.section-heading--light p {
	color: rgba(255, 255, 255, 0.68);
}

.section-heading--light .eyebrow {
	color: var(--tsa-gold);
}

.apartment-grid {
	display: grid;
	gap: 18px;
}

.apartment-card {
	min-width: 0;
	overflow: hidden;
	transition: transform 200ms ease, box-shadow 200ms ease;
}

.apartment-card:hover {
	transform: translateY(-3px) scale(1.01);
	box-shadow: var(--tsa-shadow);
}

.apartment-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	margin: 10px;
	border-radius: 26px;
}

.apartment-card__body {
	display: grid;
	gap: 14px;
	min-width: 0;
	padding: 12px 22px 24px;
}

.apartment-card__body h3 {
	font-size: clamp(1.28rem, 2vw, 1.75rem);
}

.apartment-card__body h3 a {
	display: block;
}

.apartment-card__body p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.spec-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.spec-row > span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 8px 11px;
	background: #f5f5f7;
	border: 1px solid var(--tsa-border);
	border-radius: 999px;
	color: var(--tsa-muted);
	font-size: 0.88rem;
	font-weight: 650;
}

.apartment-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-width: 0;
	padding-top: 4px;
}

.apartment-card__footer strong {
	min-width: 0;
	font-size: 1.03rem;
	overflow-wrap: anywhere;
}

.bento-grid,
.steps-grid,
.spec-grid {
	display: grid;
	gap: 14px;
}

.bento-card {
	min-width: 0;
	padding: 24px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 28px;
}

.bento-card h3 {
	font-size: 1.45rem;
}

.bento-card p {
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.66);
}

.step-card {
	min-width: 0;
	padding: 28px;
}

.step-card span {
	display: inline-flex;
	margin-bottom: 28px;
	color: var(--tsa-gold);
	font-size: 1.55rem;
	font-weight: 800;
}

.step-card p {
	margin-top: 12px;
}

.faq-grid {
	display: grid;
	gap: 30px;
}

.faq-list {
	display: grid;
	gap: 12px;
}

.faq-item {
	background: #fff;
	border: 1px solid var(--tsa-border);
	border-radius: 24px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.04);
}

.faq-item summary {
	cursor: pointer;
	padding: 22px 24px;
	font-weight: 760;
}

.faq-item p {
	padding: 0 24px 24px;
}

.final-cta {
	background: var(--tsa-dark);
	color: #fff;
}

.final-cta__inner {
	display: grid;
	gap: clamp(28px, 5vw, 54px);
	padding: clamp(34px, 7vw, 64px);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--tsa-radius-xl);
}

.final-cta__copy p:not(.eyebrow) {
	max-width: 680px;
	margin-top: 18px;
	color: rgba(255, 255, 255, 0.72);
}

.final-cta__copy h2 {
	max-width: 860px;
}

.selection-form {
	display: grid;
	gap: 16px;
	width: 100%;
	max-width: 720px;
}

.final-cta__contact,
.request-side {
	display: grid;
	gap: 14px;
	width: 100%;
}

.lead-form > .lead-messenger-field,
.selection-form > .messenger-choice {
	display: none;
}

.quick-contact {
	display: grid;
	gap: 12px;
	width: 100%;
	padding: 18px;
	background: linear-gradient(145deg, rgba(92, 140, 255, 0.13), rgba(64, 215, 156, 0.06));
	border: 1px solid rgba(116, 166, 255, 0.22);
	border-radius: 24px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.quick-contact .eyebrow {
	margin: 0;
}

.quick-contact__note {
	margin: 0;
	color: rgba(226, 234, 248, 0.72);
	font-size: 0.94rem;
	font-weight: 650;
	line-height: 1.45;
}

.quick-contact__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.quick-contact__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 0;
	min-height: 56px;
	padding: 10px 14px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(132, 162, 220, 0.3);
	border-radius: 18px;
	color: #fff;
	text-decoration: none;
	font-weight: 900;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.quick-contact__button .messenger-svg-icon {
	width: 36px;
	height: 36px;
	border-radius: 13px;
}

.quick-contact__button .messenger-svg-icon svg {
	width: 21px;
	height: 21px;
}

.quick-contact__button:hover {
	transform: translateY(-1px);
	border-color: rgba(116, 166, 255, 0.66);
	background: rgba(255, 255, 255, 0.11);
}

.quick-contact__button:focus-visible {
	outline: 2px solid var(--tsa-gold);
	outline-offset: 4px;
}

#apartment-request .request-side > .lead-form + .quick-contact.quick-contact--single {
	display: grid !important;
	gap: 12px !important;
	width: 100% !important;
	margin-top: 14px !important;
	padding: 18px !important;
	background: linear-gradient(145deg, rgba(92, 140, 255, 0.13), rgba(64, 215, 156, 0.06)) !important;
	border: 1px solid rgba(116, 166, 255, 0.22) !important;
	border-radius: 24px !important;
}

#apartment-request .request-side > .lead-form + .quick-contact.quick-contact--single .quick-contact__actions {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 10px !important;
}

#apartment-request .request-side > .lead-form + .quick-contact.quick-contact--single .quick-contact__button {
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	min-width: 0 !important;
	min-height: 56px !important;
	padding: 10px 14px !important;
	background: rgba(255, 255, 255, 0.07) !important;
	border: 1px solid rgba(132, 162, 220, 0.3) !important;
	border-radius: 18px !important;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 900 !important;
}

#apartment-request .request-side > .lead-form + .quick-contact.quick-contact--single .quick-contact__button > span:not(.messenger-svg-icon) {
	display: inline !important;
	margin: 0 !important;
	color: #fff !important;
	font: inherit !important;
	line-height: 1 !important;
}

.selection-form__fields {
	display: grid;
	gap: 12px;
}

.selection-form label {
	min-width: 0;
}

.selection-form label span {
	display: block;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.9rem;
	font-weight: 800;
}

.selection-form input[type="text"],
.selection-form input[type="tel"] {
	width: 100%;
	min-height: 58px;
	padding: 16px 18px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	color: var(--tsa-text);
	font-size: 1rem;
	font-weight: 760;
}

.messenger-choice {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 20px;
}

.messenger-choice label {
	display: grid;
	place-items: center;
}

.messenger-choice input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.messenger-choice__button {
	display: block;
	width: 72px;
	height: 72px;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 22px;
	background: transparent;
	cursor: pointer;
	box-shadow: none;
	transition: transform 180ms ease, filter 180ms ease, opacity 180ms ease;
}

.messenger-choice__button::after {
	content: none;
}

.messenger-choice__icon {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.28));
	pointer-events: none;
}

.messenger-choice input:checked + .messenger-choice__button {
	transform: translateY(-2px) scale(1.08);
}

.messenger-choice input:focus-visible + .messenger-choice__button {
	outline: 2px solid var(--tsa-gold);
	outline-offset: 4px;
}

.messenger-choice__button:hover {
	transform: translateY(-2px) scale(1.03);
	filter: brightness(1.04);
}

.site-footer {
	padding: 58px 0 28px;
	background: #fff;
	border-top: 1px solid var(--tsa-border);
}

.site-footer__inner {
	display: grid;
	gap: 24px;
	width: var(--tsa-container);
	margin-inline: auto;
}

.site-footer__brand {
	display: inline-flex;
	align-items: center;
	color: var(--tsa-text);
}

.site-footer__brand .site-brand__logo {
	width: min(320px, 100%);
	max-height: 112px;
}

.site-footer p:not(.eyebrow) {
	max-width: 600px;
	margin-top: 12px;
}

.site-footer__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-content: start;
}

.site-footer__meta a {
	padding: 10px 13px;
	background: var(--tsa-bg);
	border: 1px solid var(--tsa-border);
	border-radius: 999px;
	color: var(--tsa-muted);
	font-weight: 650;
}

.site-footer__copy {
	width: var(--tsa-container);
	margin: 34px auto 0;
	font-size: 0.9rem;
}

.archive-main {
	background: var(--tsa-bg);
}

.archive-hero {
	padding-bottom: 34px;
}

.archive-hero h1 {
	max-width: 860px;
}

.archive-hero p:not(.eyebrow) {
	max-width: 680px;
	margin-top: 18px;
	font-size: 1.15rem;
}

.filter-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.filter-chip {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 10px 15px;
	background: #fff;
	border: 1px solid var(--tsa-border);
	border-radius: 999px;
	color: var(--tsa-muted);
	font-weight: 700;
}

.filter-chip.is-active,
.filter-chip:hover {
	background: var(--tsa-dark);
	color: #fff;
	border-color: var(--tsa-dark);
}

.section--archive-list {
	padding-top: 24px;
}

.single-hero {
	padding-top: clamp(44px, 7vw, 88px);
}

.single-hero__grid {
	display: grid;
	gap: 30px;
	align-items: center;
}

.single-hero__stack {
	display: grid;
	gap: clamp(22px, 4vw, 36px);
}

.single-hero__stack .single-hero__copy {
	max-width: 1040px;
}

.single-hero__copy p:not(.eyebrow) {
	max-width: 680px;
	margin-top: 20px;
	font-size: 1.14rem;
}

.single-status-card {
	max-width: 620px;
	padding: 20px 22px;
	margin-top: 22px;
	background: #fff;
	border: 1px solid var(--tsa-border);
	border-radius: 24px;
	box-shadow: var(--tsa-shadow-soft);
}

.single-status-card span {
	display: block;
	color: var(--tsa-muted);
	font-size: 0.84rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.single-status-card strong {
	display: block;
	margin-top: 8px;
	font-size: 1.08rem;
}

.single-status-card p {
	margin-top: 10px;
	color: var(--tsa-muted);
}

.single-media {
	width: 100%;
	max-width: 1120px;
	margin-inline: auto;
	min-width: 0;
	padding: 10px;
	background: #fff;
	border: 1px solid var(--tsa-border);
	border-radius: var(--tsa-radius-xl);
	box-shadow: var(--tsa-shadow);
}

.media-switch {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-bottom: 10px;
	padding: 6px;
	background: #f5f5f7;
	border-radius: 999px;
}

.media-switch button {
	min-height: 40px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--tsa-muted);
	font-weight: 760;
	cursor: pointer;
}

.media-switch button.is-active {
	background: #fff;
	color: var(--tsa-text);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.gallery-main,
.video-frame {
	aspect-ratio: 4 / 3;
	border-radius: 28px;
}

.gallery-main--slider {
	position: relative;
	overflow: hidden;
	background: rgba(3, 7, 18, 0.78);
	touch-action: pan-y;
}

.gallery-main--slider .gallery-main__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}

.gallery-nav {
	position: absolute;
	z-index: 2;
	top: 50%;
	display: inline-grid;
	place-items: center;
	width: 54px;
	height: 54px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
		rgba(5, 10, 19, 0.72);
	color: #fff;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
	backdrop-filter: blur(14px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 16px 34px rgba(0, 0, 0, 0.28);
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.gallery-nav svg {
	display: block;
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.gallery-nav:hover {
	border-color: rgba(116, 166, 255, 0.7);
	background:
		linear-gradient(145deg, rgba(116, 166, 255, 0.28), rgba(64, 215, 156, 0.08)),
		rgba(5, 10, 19, 0.78);
}

.gallery-nav--prev {
	left: 14px;
}

.gallery-nav--next {
	right: 14px;
}

.gallery-counter {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 2;
	padding: 7px 10px;
	background: rgba(5, 10, 19, 0.76);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 850;
	backdrop-filter: blur(14px);
}

.video-frame--portrait {
	width: min(100%, 430px);
	aspect-ratio: 9 / 16;
	margin-inline: auto;
	background: #000;
}

.gallery-thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	margin-top: 10px;
}

.gallery-main--slider + .gallery-thumbs {
	display: flex;
	gap: 9px;
	overflow-x: auto;
	padding-bottom: 3px;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.gallery-main--slider + .gallery-thumbs::-webkit-scrollbar {
	display: none;
}

.gallery-thumbs button {
	min-width: 0;
	overflow: hidden;
	aspect-ratio: 1;
	padding: 0;
	border: 1px solid var(--tsa-border);
	border-radius: 18px;
	background: #fff;
	color: var(--tsa-muted);
	cursor: pointer;
}

.gallery-main--slider + .gallery-thumbs button {
	flex: 0 0 clamp(72px, 18vw, 118px);
	scroll-snap-align: center;
	opacity: 0.64;
	transition: opacity 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.gallery-main--slider + .gallery-thumbs button.is-active {
	opacity: 1;
	border-color: rgba(116, 166, 255, 0.9);
	box-shadow: 0 0 0 2px rgba(92, 140, 255, 0.28);
}

.gallery-main--slider + .gallery-thumbs button:hover {
	transform: translateY(-1px);
}

.gallery-thumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-thumbs span {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	padding: 8px;
	background: #f5f5f7;
	font-size: 0.78rem;
	text-align: center;
}

.apartment-tabs {
	position: sticky;
	z-index: 30;
	top: 79px;
	background: rgba(245, 245, 247, 0.82);
	border-top: 1px solid var(--tsa-border);
	border-bottom: 1px solid var(--tsa-border);
	backdrop-filter: blur(18px);
}

.apartment-tabs__inner {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding-block: 10px;
	scrollbar-width: none;
}

.apartment-tabs__inner::-webkit-scrollbar {
	display: none;
}

.apartment-tabs a {
	flex: 0 0 auto;
	padding: 9px 13px;
	border-radius: 999px;
	color: var(--tsa-muted);
	font-weight: 720;
}

.apartment-tabs a:hover {
	background: #fff;
	color: var(--tsa-text);
}

.single-details {
	padding-top: clamp(18px, 4vw, 34px);
}

.single-details__stack {
	display: grid;
	gap: 22px;
	max-width: 980px;
}

.single-description-card {
	padding: clamp(24px, 4vw, 36px);
	background: #fff;
	border: 1px solid var(--tsa-border);
	border-radius: var(--tsa-radius-xl);
	box-shadow: var(--tsa-shadow-soft);
}

.single-description-card h2 {
	margin-bottom: 18px;
	font-size: clamp(2rem, 5vw, 3.5rem);
}

.single-status-block {
	width: 100%;
	max-width: none;
}

.single-content-grid,
.request-grid,
.video-section {
	display: grid;
	gap: 28px;
	align-items: start;
}

.exclusive-note {
	padding: 28px;
}

.exclusive-note span,
.spec-card span {
	display: block;
	color: var(--tsa-muted);
	font-size: 0.88rem;
	font-weight: 700;
}

.exclusive-note strong {
	display: block;
	margin-top: 8px;
	font-size: 1.25rem;
}

.exclusive-note p {
	margin-top: 18px;
}

.photo-grid {
	display: grid;
	gap: 12px;
}

.photo-grid img,
.photo-grid .tsa-placeholder {
	aspect-ratio: 4 / 3;
	border-radius: 26px;
}

.tsa-video,
.tsa-video-embed,
.tsa-video-embed iframe {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: inherit;
}

.video-frame--portrait .tsa-video {
	object-fit: contain;
	background: #000;
}

.tsa-video-embed iframe {
	aspect-ratio: 16 / 9;
}

.spec-card {
	min-width: 0;
	padding: 20px;
	background: #fff;
	border: 1px solid var(--tsa-border);
	border-radius: 22px;
}

.spec-card strong {
	display: block;
	margin-top: 8px;
	font-size: 1.12rem;
	overflow-wrap: anywhere;
}

.feature-list {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 28px 0 0;
	list-style: none;
}

.feature-list li {
	padding: 16px 18px;
	background: #fff;
	border: 1px solid var(--tsa-border);
	border-radius: 18px;
	color: var(--tsa-muted);
	font-weight: 650;
}

.request-copy p:not(.eyebrow) {
	margin-top: 18px;
}

.lead-form {
	display: grid;
	gap: 14px;
	padding: clamp(22px, 4vw, 34px);
}

.lead-form label {
	display: grid;
	gap: 8px;
	color: var(--tsa-muted);
	font-size: 0.92rem;
	font-weight: 720;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
	width: 100%;
	min-width: 0;
	padding: 14px 15px;
	background: #f8f8fa;
	border: 1px solid var(--tsa-border);
	border-radius: 16px;
	color: var(--tsa-text);
}

.lead-form textarea {
	resize: vertical;
}

.lead-messenger-field {
	display: grid;
	gap: 10px;
	color: var(--tsa-muted);
	font-size: 0.92rem;
	font-weight: 720;
}

.lead-quick-contact {
	margin-top: 6px;
	padding: 16px;
	background: linear-gradient(145deg, rgba(92, 140, 255, 0.12), rgba(64, 215, 156, 0.06));
	border: 1px solid rgba(116, 166, 255, 0.2);
	border-radius: 24px;
}

.lead-quick-contact > span {
	color: #fff;
	font-size: clamp(1rem, 3vw, 1.15rem);
	font-weight: 900;
}

.lead-quick-contact__note {
	margin: -2px 0 2px;
	color: rgba(226, 234, 248, 0.66);
	font-size: 0.92rem;
	font-weight: 650;
	line-height: 1.45;
}

.lead-messenger-select select {
	display: none;
}

.lead-messenger-picker {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.lead-messenger-picker label {
	display: block;
	min-width: 0;
}

.lead-messenger-picker input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.lead-messenger-picker__button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	min-height: 62px;
	padding: 12px 16px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid var(--tsa-border-strong);
	border-radius: 20px;
	color: var(--tsa-text);
	cursor: pointer;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

button.lead-messenger-picker__button {
	width: 100%;
	font: inherit;
}

.lead-messenger-picker__button img,
.messenger-svg-icon {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.messenger-svg-icon {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 16px;
	color: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), 0 12px 28px rgba(0, 0, 0, 0.2);
}

.messenger-svg-icon svg {
	display: block;
	width: 24px;
	height: 24px;
}

.messenger-svg-icon--telegram {
	background: linear-gradient(145deg, #37b6ff, #188bd8);
}

.messenger-svg-icon--whatsapp {
	background: linear-gradient(145deg, #2de772, #11a85b);
}

.lead-messenger-picker__button strong {
	min-width: 0;
	font-size: clamp(0.95rem, 3vw, 1.08rem);
	font-weight: 850;
	overflow-wrap: anywhere;
}

.lead-quick-contact .lead-messenger-picker__button {
	min-height: 68px;
	background: rgba(10, 18, 32, 0.72);
	border-color: rgba(132, 162, 220, 0.28);
}

.lead-quick-contact .lead-messenger-picker__button strong {
	font-size: clamp(0.98rem, 3.1vw, 1.12rem);
}

.lead-messenger-picker input:checked + .lead-messenger-picker__button {
	background: linear-gradient(135deg, rgba(92, 140, 255, 0.24), rgba(64, 215, 156, 0.12));
	border-color: rgba(116, 166, 255, 0.76);
	box-shadow: 0 0 0 2px rgba(92, 140, 255, 0.28);
}

.lead-messenger-picker__button.is-active {
	background: linear-gradient(135deg, rgba(92, 140, 255, 0.24), rgba(64, 215, 156, 0.12));
	border-color: rgba(116, 166, 255, 0.76);
	box-shadow: 0 0 0 2px rgba(92, 140, 255, 0.28);
}

.lead-messenger-picker input:focus-visible + .lead-messenger-picker__button {
	outline: 2px solid var(--tsa-gold);
	outline-offset: 4px;
}

.lead-messenger-picker__button:focus-visible {
	outline: 2px solid var(--tsa-gold);
	outline-offset: 4px;
}

.lead-messenger-picker__button:hover {
	transform: translateY(-1px);
}

.form-message {
	padding: 14px 16px;
	border-radius: 16px;
	font-weight: 720;
}

.form-message--success {
	background: rgba(45, 131, 88, 0.12);
	color: #1f6a46;
}

.form-message--error {
	background: rgba(190, 46, 46, 0.1);
	color: #9d2626;
}

.apartment-grid--related {
	margin-top: 10px;
}

.apartment-single .section {
	padding-top: clamp(12px, 2vw, 24px);
	padding-bottom: clamp(12px, 2vw, 24px);
}

.apartment-single .single-hero {
	padding-top: 0;
	padding-bottom: clamp(8px, 1.8vw, 16px);
}

.apartment-single .single-hero__copy > .eyebrow {
	display: none;
}

.apartment-single .single-hero__stack {
	gap: clamp(12px, 2vw, 20px);
}

.apartment-single .single-details {
	padding-top: clamp(8px, 1.8vw, 16px);
	padding-bottom: 0;
}

.apartment-single #apartment-request {
	padding-top: clamp(6px, 1.4vw, 12px);
	padding-bottom: clamp(10px, 2vw, 20px);
}

.apartment-single .section--soft {
	padding-top: clamp(8px, 1.8vw, 16px);
}

.apartment-single .section-heading {
	margin-bottom: clamp(10px, 2vw, 18px);
}

.apartment-single .request-grid {
	gap: clamp(12px, 2vw, 18px);
}

.apartment-single #overview + #apartment-request {
	margin-top: 0;
}

.apartment-single .single-details__stack {
	gap: clamp(12px, 2vw, 18px);
}

.apartment-single .single-description-card,
.apartment-single .exclusive-note,
.apartment-single .lead-form {
	padding: clamp(18px, 4vw, 28px);
}

.apartment-single .request-copy p:not(.eyebrow) {
	margin-top: 10px;
}

.empty-state {
	padding: 30px;
}

.empty-state h2,
.empty-state h3 {
	font-size: 1.5rem;
}

.empty-state p {
	margin-top: 10px;
}

.tsa-placeholder {
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	min-height: 180px;
	overflow: hidden;
	background: linear-gradient(135deg, #eee9df, #d9dde2);
	color: rgba(17, 17, 17, 0.78);
	text-align: center;
}

.tsa-placeholder__surface {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0)),
		repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 18px);
}

.tsa-placeholder::before,
.tsa-placeholder::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 999px;
}

.tsa-placeholder::before {
	width: 56%;
	aspect-ratio: 1;
	top: 12%;
	right: -18%;
	background: rgba(255, 255, 255, 0.2);
}

.tsa-placeholder::after {
	width: 42%;
	aspect-ratio: 1;
	left: -12%;
	bottom: -12%;
	background: rgba(201, 164, 106, 0.16);
}

.tsa-placeholder span {
	position: relative;
	z-index: 1;
	padding: 9px 12px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 999px;
	font-size: 0.86rem;
	font-weight: 760;
	backdrop-filter: blur(12px);
}

.tsa-placeholder--2 {
	background: linear-gradient(135deg, #e7ece9, #d7d1c4);
}

.tsa-placeholder--3 {
	background: linear-gradient(135deg, #ece8e1, #cdd7df);
}

.tsa-placeholder--4 {
	background: linear-gradient(135deg, #e5e5e8, #d6cab4);
}

.tsa-placeholder--5 {
	background: linear-gradient(135deg, #e9edf0, #d6dfdb);
}

.reveal {
	opacity: 1;
	transform: none;
	transition: none;
}

.reveal.is-visible {
	opacity: 1;
	transform: none;
}

@media (min-width: 560px) {
	:root {
		--tsa-container: min(1180px, calc(100vw - 48px));
	}

	.site-header__cta {
		display: inline-flex;
	}

	.photo-grid,
	.spec-grid,
	.bento-grid,
	.steps-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gallery-thumbs {
		grid-template-columns: repeat(6, 1fr);
	}
}

@media (min-width: 768px) {
	.apartment-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hero-section__grid,
	.single-hero__grid,
	.split-section,
	.single-content-grid,
	.request-grid,
	.video-section,
	.faq-grid,
	.site-footer__inner {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.final-cta__inner {
		grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.65fr);
		align-items: end;
	}

	.final-cta__contact {
		justify-self: end;
	}

	.hero-section__copy {
		max-width: none;
	}

	.photo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.spec-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.apartment-card--featured {
		grid-column: span 2;
	}

	.apartment-card--featured .apartment-card__media {
		aspect-ratio: 21 / 10;
	}
}

@media (min-width: 960px) {
	.site-header__inner {
		grid-template-columns: auto 1fr auto;
	}

	.menu-toggle {
		display: none;
	}

	.site-nav {
		position: static;
		display: block;
		padding: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		backdrop-filter: none;
	}

	.site-nav ul {
		display: flex;
		justify-content: center;
		gap: 4px;
	}

	.site-nav a {
		padding: 10px 12px;
		font-size: 0.93rem;
	}

	.apartment-grid--home,
	.apartment-grid--archive {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.apartment-grid--related {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.bento-grid {
		grid-template-columns: 1.15fr 1fr 1fr;
	}

	.bento-card:first-child {
		grid-row: span 2;
	}

	.steps-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1180px) {
	.hero-section__grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(410px, 0.72fr);
	}

	.single-hero__grid {
		grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1fr);
	}
}

@media (max-width: 430px) {
	:root {
		--tsa-container: min(100% - 24px, 1180px);
	}

	.site-header__inner {
		grid-template-columns: 1fr auto;
	}

	.site-header__cta {
		grid-column: 1 / -1;
		justify-content: center;
		width: 100%;
	}

	.section {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.apartment-single .section {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.apartment-single .single-details {
		padding-bottom: 0;
	}

	.apartment-single #apartment-request,
	.apartment-single .section--soft {
		padding-top: 6px;
	}

	.hero-section__actions,
	.single-hero__actions {
		display: grid;
	}

	.section-heading--catalog {
		text-align: center;
	}

	.section-heading--catalog h2 {
		font-size: clamp(3.3rem, 18vw, 4.7rem);
		line-height: 0.92;
	}

	.tsa-button {
		width: 100%;
	}

	.messenger-choice {
		margin-top: 18px;
	}

	.messenger-choice__button {
		width: 66px;
		height: 66px;
	}

	.apartment-card__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.apartment-tabs {
		top: 124px;
	}

	.lead-form {
		border-radius: 28px;
	}

	.lead-messenger-picker {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.reveal {
		opacity: 1;
		transform: none;
	}
}

/* Realtor3D CRM visual layer */
.site-header {
	background: rgba(5, 10, 19, 0.84);
	border-bottom-color: var(--tsa-border);
}

.filter-chip,
.page-content {
	background: rgba(10, 18, 32, 0.78);
}

.menu-toggle,
.site-nav {
	background: #08111f;
}

.site-nav a:hover,
.apartment-tabs a:hover {
	background: rgba(255, 255, 255, 0.08);
}

.site-header__cta,
.tsa-button--dark,
.filter-chip.is-active,
.filter-chip:hover {
	background: linear-gradient(135deg, #5c8cff, #74a6ff);
	border-color: rgba(122, 166, 255, 0.48);
	color: #fff;
	box-shadow: 0 18px 42px rgba(92, 140, 255, 0.26);
}

.tsa-button--ghost {
	background: rgba(255, 255, 255, 0.08);
	color: var(--tsa-text);
	border-color: var(--tsa-border);
}

.section--soft {
	background: rgba(7, 13, 24, 0.72);
}

.section--dark,
.final-cta {
	background: #02060d;
}

/* Fast mode: keep the premium look while removing expensive paint work. */
.site-header,
.site-nav,
.gallery-nav,
.gallery-counter,
.status-badge,
.rank-badge,
.location-chip,
.filter-chip {
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

.apartment-card,
.single-media,
.lead-form,
.selection-form,
.single-description-card,
.exclusive-note,
.final-cta__inner,
.quick-contact {
	box-shadow: none !important;
}

.apartment-card:hover,
.bento-card:hover,
.step-card:hover,
.gallery-thumbs button:hover,
.quick-contact__button:hover,
.tsa-button:hover,
.text-link:hover {
	transform: none !important;
}

@media (max-width: 767px) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
	}
}

.hero-preview,
.apartment-card,
.exclusive-note,
.single-status-card,
.single-description-card,
.lead-form,
.step-card,
.empty-state,
.faq-item,
.single-media,
.spec-card,
.feature-list li {
	background: rgba(10, 18, 32, 0.9);
	border-color: var(--tsa-border);
}

.hero-preview {
	position: relative;
}

.rank-badge,
.city-chip {
	background: rgba(8, 15, 28, 0.78);
	border-color: rgba(122, 158, 232, 0.24);
	color: #fff;
}

.bento-card {
	background: linear-gradient(135deg, rgba(92, 140, 255, 0.13), rgba(64, 215, 156, 0.07));
}

.spec-row > span,
.media-switch,
.site-footer__meta a,
.lead-form input,
.lead-form select,
.lead-form textarea,
.gallery-thumbs span {
	background: rgba(255, 255, 255, 0.07);
	color: var(--tsa-text);
}

.media-switch button.is-active {
	background: rgba(255, 255, 255, 0.14);
	color: var(--tsa-text);
}

.apartment-tabs {
	background: rgba(5, 10, 19, 0.84);
}

.site-footer {
	background: #050b15;
}

.final-cta__inner {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 84% 18%, rgba(64, 215, 156, 0.18), transparent 26rem),
		radial-gradient(circle at 12% 0%, rgba(92, 140, 255, 0.24), transparent 32rem),
		linear-gradient(135deg, rgba(13, 23, 39, 0.98), rgba(8, 13, 24, 0.98));
	border-color: var(--tsa-border-strong);
}

.final-cta__copy,
.selection-form {
	position: relative;
	z-index: 4;
}

.selection-form input[type="text"],
.selection-form input[type="tel"] {
	color: #07101d;
}

@media (min-width: 960px) {
	.site-nav {
		background: transparent;
	}

	.site-nav a {
		padding: 10px 12px;
		background: transparent;
		border: 0;
		color: var(--tsa-muted);
		font-size: 0.93rem;
		font-weight: 650;
		text-align: left;
	}

	.site-nav a:hover {
		color: var(--tsa-text);
		background: rgba(255, 255, 255, 0.08);
	}
}

.hero-section--compact {
	padding-bottom: clamp(6px, 1.4vw, 18px);
}

.hero-section--compact .hero-section__copy > p:not(.eyebrow) {
	display: none;
}

#selection {
	padding-top: 0;
}

.apartment-grid--home {
	margin-top: 0;
}

.apartment-card {
	position: relative;
	background:
		radial-gradient(circle at 84% 8%, rgba(116, 166, 255, 0.18), transparent 24rem),
		linear-gradient(145deg, rgba(12, 23, 41, 0.98), rgba(5, 11, 22, 0.98));
	border-color: rgba(99, 131, 191, 0.3);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.apartment-card--featured {
	background:
		radial-gradient(circle at 80% 5%, rgba(72, 212, 172, 0.15), transparent 24rem),
		radial-gradient(circle at 14% 0%, rgba(92, 140, 255, 0.2), transparent 22rem),
		linear-gradient(145deg, rgba(12, 22, 38, 0.99), rgba(4, 10, 21, 0.99));
	border-color: rgba(116, 166, 255, 0.36);
}

.apartment-card__media {
	margin: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.apartment-card__media::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.2));
}

.apartment-card__media img {
	transition: transform 260ms ease, filter 260ms ease;
}

.apartment-card:hover .apartment-card__media img {
	transform: scale(1.018);
	filter: saturate(1.04) contrast(1.02);
}

.apartment-card__body {
	gap: 16px;
	padding: 18px clamp(20px, 4vw, 32px) clamp(24px, 4vw, 34px);
}

.apartment-card__body h3 {
	max-width: 780px;
	font-size: clamp(1.55rem, 4.8vw, 2.85rem);
	line-height: 0.98;
	letter-spacing: 0;
}

.apartment-card:not(.apartment-card--featured) .apartment-card__body h3 {
	font-size: clamp(1.3rem, 2.3vw, 1.8rem);
	line-height: 1.04;
}

.apartment-card__body p {
	max-width: 720px;
	color: rgba(226, 234, 248, 0.72);
	font-size: clamp(1rem, 2vw, 1.25rem);
	line-height: 1.5;
}

.spec-row {
	gap: 8px;
}

.spec-row > span,
.spec-row__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 36px;
	padding: 7px 12px 7px 10px;
	background: rgba(255, 255, 255, 0.085);
	border-color: rgba(132, 162, 220, 0.25);
	border-radius: 999px;
	color: #f8fbff;
	font-size: clamp(0.88rem, 1.6vw, 0.98rem);
	font-weight: 850;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.spec-row__icon {
	display: inline-flex;
	flex: 0 0 18px;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	min-height: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #74a6ff;
	line-height: 1;
}

.spec-row .spec-row__icon,
.spec-row .spec-row__label {
	min-height: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.spec-row__icon svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.spec-row__item--bed .spec-row__icon {
	color: #88b0ff;
}

.spec-row__item--bath .spec-row__icon {
	color: #5ee0b3;
}

.spec-row__label {
	display: inline;
	min-height: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	font: inherit;
}

.apartment-card__footer {
	align-items: flex-end;
	margin-top: -6px;
	gap: 10px;
}

.apartment-card__price,
.apartment-card__footer strong {
	color: #fff;
	font-size: clamp(2rem, 6vw, 3.7rem);
	font-weight: 950;
	line-height: 0.95;
	letter-spacing: 0;
	text-shadow: 0 18px 42px rgba(0, 0, 0, 0.25);
}

.apartment-card:not(.apartment-card--featured) .apartment-card__price,
.apartment-card:not(.apartment-card--featured) .apartment-card__footer strong {
	font-size: clamp(2rem, 6vw, 3.7rem);
}

.apartment-card__footer .text-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	background: linear-gradient(135deg, #5c8cff, #74a6ff);
	border: 1px solid rgba(122, 166, 255, 0.5);
	border-radius: 999px;
	color: #fff;
	font-weight: 900;
	box-shadow: 0 18px 38px rgba(92, 140, 255, 0.2);
}

@media (max-width: 430px) {
	.hero-section--compact {
		padding-bottom: 4px;
	}

	#selection {
		padding-top: 0 !important;
	}

	.apartment-card__media {
		margin: 10px;
		border-radius: 24px;
	}

	.apartment-card__body {
		gap: 12px;
		padding: 16px 20px 18px;
	}

	.apartment-card__footer {
		gap: 10px;
		margin-top: -8px;
	}

	.apartment-card__footer .text-link {
		width: 100%;
	}
}
