/*--------------------------------------------------------------
	New Top Page Template (page-top-new.php)
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&display=swap");

:root {
	--top-new-navy: #1a2744;
	--top-new-navy-dark: #141e35;
	--top-new-gold: #b8956a;
	--top-new-cream: #f5f2ec;
	--top-new-text: #333333;
	--top-new-text-muted: #666666;
	--top-new-white: #ffffff;
	--top-new-container: 1200px;
}

/* Hide default footer on this template */
.page-template-page-top-new .footer,
.single-market_news .footer {
	display: none;
}

/* Header override: light text over hero (desktop) */
@media screen and (min-width: 811px) {
	.page-template-page-top-new .hd:not(.scrolled) .hd_navi li a {
		color: var(--top-new-white);
	}
	.page-template-page-top-new .hd:not(.scrolled) .hd_logo img {
		filter: brightness(0) invert(1);
	}
	.page-template-page-top-new .hd:not(.scrolled) .menu-trigger span {
		background-color: var(--top-new-white);
	}
}

/* Base */
.index-top-new {
	font-family: "Raleway", "Noto Sans JP", sans-serif;
	color: var(--top-new-text);
	overflow-x: hidden;
}
.top-new-container {
	max-width: var(--top-new-container);
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}
.top-new-section {
	padding: 80px 0;
}
.top-new-section--cream {
	background-color: var(--top-new-cream);
}
.top-new-section-label {
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--top-new-text-muted);
	margin: 0 0 24px;
	font-weight: 500;
}
.top-new-section-label--gold {
	color: var(--top-new-gold);
}
.top-new-section-title {
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.08em;
	margin: 0 0 48px;
	color: var(--top-new-navy);
}
.top-new-section-cta {
	text-align: center;
	margin-top: 40px;
}

/* Market news */
.top-new-news__lead {
	max-width: 720px;
	margin: -24px auto 40px;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	color: var(--top-new-text-muted);
}
.top-new-news__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}
.top-new-news__item {
	margin: 0;
}
.top-new-news__link {
	display: block;
	height: 100%;
	padding: 24px 28px;
	background: var(--top-new-white);
	border: 1px solid rgba(26, 39, 68, 0.08);
	text-decoration: none;
	color: inherit;
	transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.top-new-news__link:hover {
	border-color: rgba(184, 149, 106, 0.45);
	box-shadow: 0 12px 32px rgba(26, 39, 68, 0.08);
	transform: translateY(-2px);
}
.top-new-news__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	margin-bottom: 12px;
}
.top-new-news__date {
	font-size: 11px;
	letter-spacing: 0.08em;
	color: var(--top-new-text-muted);
}
.top-new-news__source {
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--top-new-gold);
}
.top-new-news__title {
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 12px;
	color: var(--top-new-navy);
}
.top-new-news__excerpt {
	margin: 0 0 16px;
	font-size: 13px;
	line-height: 1.75;
	color: var(--top-new-text-muted);
}
.top-new-news__more {
	font-size: 10px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--top-new-navy);
}

/* Market news article (single) */
.top-new-news-article {
	padding: 120px 0 0;
}
.top-new-news-article__header {
	max-width: 760px;
	margin: 0 auto 40px;
}
.top-new-news-article__title {
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: clamp(26px, 4vw, 38px);
	font-weight: 500;
	line-height: 1.45;
	margin: 0 0 20px;
	color: var(--top-new-navy);
}
.top-new-news-article__lead {
	font-size: 16px;
	line-height: 1.8;
	color: var(--top-new-text-muted);
	margin: 0;
}
.top-new-news-article__body {
	max-width: 760px;
	margin: 0 auto 32px;
	font-size: 15px;
	line-height: 1.9;
	color: var(--top-new-text);
}
.top-new-news-article__body p {
	margin: 0 0 1.2em;
}
.top-new-news-article__source-link {
	max-width: 760px;
	margin: 0 auto 32px;
	font-size: 13px;
	color: var(--top-new-text-muted);
}
.top-new-news-article__sources {
	max-width: 760px;
	margin: 0 auto 32px;
	font-size: 13px;
	color: var(--top-new-text-muted);
}
.top-new-news-article__sources-title {
	margin: 0 0 10px;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.top-new-news-article__sources-list {
	margin: 0;
	padding-left: 1.2em;
}
.top-new-news-article__sources-list li {
	margin-bottom: 6px;
}
.top-new-news-article__sources-list a,
.top-new-news-article__source-link a {
	color: var(--top-new-navy);
}
.top-new-news-article__back {
	max-width: 760px;
	margin: 0 auto 80px;
}

/* Buttons */
.top-new-btn {
	display: inline-block;
	padding: 14px 28px;
	font-size: 11px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s, border-color 0.3s;
	border: 1px solid transparent;
	cursor: pointer;
	font-family: "Raleway", "Noto Sans JP", sans-serif;
}
.top-new-btn--primary {
	background-color: var(--top-new-navy);
	color: var(--top-new-white);
	border-color: var(--top-new-navy);
}
.top-new-btn--primary:hover {
	background-color: var(--top-new-navy-dark);
	border-color: var(--top-new-navy-dark);
	color: var(--top-new-white);
}
.top-new-btn--outline-light {
	background-color: transparent;
	color: var(--top-new-white);
	border-color: rgba(255, 255, 255, 0.8);
}
.top-new-btn--outline-light:hover {
	background-color: rgba(255, 255, 255, 0.12);
	color: var(--top-new-white);
}
.top-new-btn--outline-dark {
	background-color: transparent;
	color: var(--top-new-navy);
	border-color: var(--top-new-navy);
}
.top-new-btn--outline-dark:hover {
	background-color: var(--top-new-navy);
	color: var(--top-new-white);
}

/* Icons */
.top-new-icon {
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 auto 20px;
	color: var(--top-new-gold);
}
.top-new-icon svg {
	width: 100%;
	height: 100%;
}
.top-new-icon--sm {
	width: 44px;
	height: 44px;
	margin-bottom: 16px;
}

/* Hero */
.top-new-hero {
	margin-top: 0;
}
.top-new-hero__slide {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 640px;
	overflow: hidden;
}
.top-new-hero__slide .fv_slideshow {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.top-new-hero__slide .fv_slideshow .slide-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.top-new-hero__slide .fv_slideshow .slide-img.active {
	opacity: 1;
	z-index: 1;
}
.top-new-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0.1) 100%);
	z-index: 2;
}
.top-new-hero__content {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: center;
}
.top-new-hero__content > .container {
	width: 100%;
}
.top-new-hero__body {
	max-width: 560px;
	transform: translateY(8%);
}

/* Hero: staggered fade-in from left */
.top-new-hero__body--animate > .top-new-hero__title,
.top-new-hero__body--animate > .top-new-hero__line,
.top-new-hero__body--animate > .top-new-hero__lead,
.top-new-hero__body--animate > .top-new-hero__actions .top-new-btn {
	opacity: 0;
	transform: translateX(-36px);
	transition: opacity 0.85s ease, transform 0.85s ease;
}
.top-new-hero__body--animate.is-show > .top-new-hero__title {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.15s;
}
.top-new-hero__body--animate.is-show > .top-new-hero__line {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.35s;
}
.top-new-hero__body--animate.is-show > .top-new-hero__lead {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.55s;
}
.top-new-hero__body--animate.is-show > .top-new-hero__actions .top-new-btn:nth-child(1) {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.75s;
}
.top-new-hero__body--animate.is-show > .top-new-hero__actions .top-new-btn:nth-child(2) {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.9s;
}

.top-new-hero__title {
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 400;
	line-height: 1.25;
	color: var(--top-new-white);
	margin: 0 0 16px;
}
.top-new-hero__line {
	display: block;
	width: 48px;
	height: 2px;
	background-color: var(--top-new-gold);
	margin-bottom: 20px;
}
.top-new-hero__lead {
	font-size: 14px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.9);
	margin: 0 0 32px;
}
.top-new-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

/* Legacy */
.top-new-legacy__inner {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 48px;
	align-items: center;
}
.top-new-legacy__photo img {
	width: 100%;
	height: auto;
	display: block;
	filter: grayscale(100%);
}
.top-new-legacy__stats {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 0.8fr) minmax(0, 1fr) minmax(0, 1.3fr) minmax(0, 1fr);
	gap: 20px 0;
	align-items: stretch;
}
.top-new-legacy__stat {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	min-width: 0;
	padding: 0 14px;
	box-sizing: border-box;
	overflow: hidden;
}
.top-new-legacy__stat:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 18%;
	bottom: 18%;
	right: 0;
	width: 1px;
	background-color: var(--top-new-gold);
	opacity: 0.55;
}
.top-new-legacy__stat-num {
	display: block;
	width: 100%;
	max-width: 100%;
	font-family: "Playfair Display", serif;
	color: var(--top-new-gold);
	line-height: 1.3;
	margin-bottom: 8px;
	text-align: center;
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
}
.top-new-legacy__stat--numeric .top-new-legacy__stat-num {
	font-size: clamp(26px, 3vw, 36px);
}
.top-new-legacy__stat--text .top-new-legacy__stat-num {
	font-size: clamp(13px, 1.25vw, 17px);
}
.top-new-legacy__stat-label {
	display: block;
	width: 100%;
	max-width: 100%;
	font-size: 10px;
	line-height: 1.5;
	color: var(--top-new-text-muted);
	text-align: center;
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
}

/* Why Overseas */
.top-new-why__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.top-new-why__grid h3 {
	font-family: "Playfair Display", serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 12px;
	color: var(--top-new-navy);
}
.top-new-why__grid p {
	font-size: 13px;
	line-height: 1.8;
	color: var(--top-new-text-muted);
	text-align: center;
	margin: 0;
}

/* Residences */
.top-new-residences__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.top-new-residences__card {
	display: block;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}
.top-new-residences__card img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}
.top-new-residences__card:hover img {
	transform: scale(1.04);
}
.top-new-residences__label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--top-new-navy);
	padding: 14px 16px;
	color: var(--top-new-white);
}
.top-new-residences__name {
	display: block;
	font-size: 13px;
	letter-spacing: 0.12em;
	font-weight: 500;
}
.top-new-residences__area {
	display: block;
	font-size: 10px;
	opacity: 0.75;
	margin-top: 2px;
}

/* Community */
.top-new-community__grid {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.top-new-community__grid p {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	color: var(--top-new-text-muted);
	margin: 0;
}
.top-new-community__note {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	color: var(--top-new-text-muted);
	margin: 0;
}

/* Property Management */
.top-new-management {
	display: grid;
	grid-template-columns: 42% 58%;
	min-height: 480px;
}
.top-new-management__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.top-new-management__body {
	background-color: var(--top-new-navy);
	color: var(--top-new-white);
	display: flex;
	align-items: center;
	padding: 60px 48px;
	box-sizing: border-box;
}
.top-new-management__title {
	font-family: "Playfair Display", serif;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 400;
	line-height: 1.35;
	margin: 0 0 8px;
}
.top-new-management__subtitle {
	font-size: 13px;
	color: var(--top-new-gold);
	margin: 0 0 28px;
}
.top-new-management__list {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
}
.top-new-management__list li {
	position: relative;
	padding-left: 28px;
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 8px;
}
.top-new-management__list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--top-new-gold);
	font-size: 14px;
	line-height: 1.8;
}

/* Our Story */
.top-new-story__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}
.top-new-story__title {
	font-family: "Playfair Display", serif;
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 400;
	line-height: 1.4;
	color: var(--top-new-navy);
	margin: 0 0 20px;
}
.top-new-story__lead {
	font-size: 14px;
	line-height: 1.9;
	color: var(--top-new-text-muted);
	margin: 0 0 28px;
}
.top-new-story__photo img {
	width: 100%;
	height: auto;
	display: block;
	filter: grayscale(100%);
	mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
}

/* Fluent Forms */
.top-new-form {
	padding-top: 80px;
	padding-bottom: 96px;
}
.top-new-form__wrap {
	max-width: 760px;
}
.top-new-form__header {
	text-align: center;
	margin-bottom: 40px;
}
.top-new-form__header .top-new-section-title {
	margin-bottom: 16px;
}
.top-new-form__lead {
	max-width: 560px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.8;
	color: var(--top-new-text-muted);
}
.top-new-form__card {
	background-color: var(--top-new-white);
	padding: 48px 44px;
	border: 1px solid rgba(26, 39, 68, 0.1);
	box-shadow: 0 12px 40px rgba(26, 39, 68, 0.08);
}
.top-new-form .fluentform {
	width: 100%;
	margin: 0;
}
.top-new-form .fluentform .ff-el-form-title,
.top-new-form .fluentform .ff_form_title,
.top-new-form .fluentform .ff-title-bar {
	display: none;
}
.top-new-form .fluentform .ff-el-group {
	margin-bottom: 24px;
}
.top-new-form .fluentform .ff-el-input--label label {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--top-new-navy);
	margin-bottom: 8px;
}
.top-new-form .fluentform .ff-el-input--content input[type="text"],
.top-new-form .fluentform .ff-el-input--content input[type="email"],
.top-new-form .fluentform .ff-el-input--content input[type="tel"],
.top-new-form .fluentform .ff-el-input--content input[type="number"],
.top-new-form .fluentform .ff-el-input--content input[type="url"],
.top-new-form .fluentform .ff-el-input--content textarea,
.top-new-form .fluentform .ff-el-input--content select {
	width: 100%;
	padding: 12px 14px;
	font-size: 14px;
	font-family: "Raleway", "Noto Sans JP", sans-serif;
	color: var(--top-new-text);
	background-color: var(--top-new-cream);
	border: 1px solid rgba(26, 39, 68, 0.15);
	border-radius: 2px;
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.top-new-form .fluentform .ff-el-input--content input:focus,
.top-new-form .fluentform .ff-el-input--content textarea:focus,
.top-new-form .fluentform .ff-el-input--content select:focus {
	outline: none;
	border-color: var(--top-new-navy);
	box-shadow: 0 0 0 3px rgba(26, 39, 68, 0.08);
}
.top-new-form .fluentform .ff-el-input--content textarea {
	min-height: 120px;
	resize: vertical;
}
.top-new-form .fluentform .ff_submit_btn_wrapper,
.top-new-form .fluentform .ff-btn-submit-wrapper {
	margin-top: 8px;
	text-align: center;
}
.top-new-form .fluentform .ff-btn-submit,
.top-new-form .fluentform button.ff-btn.ff-btn-submit {
	display: inline-block;
	min-width: 200px;
	padding: 14px 32px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-family: "Raleway", "Noto Sans JP", sans-serif;
	color: var(--top-new-white) !important;
	background-color: var(--top-new-navy) !important;
	border: 1px solid var(--top-new-navy) !important;
	border-radius: 2px;
	cursor: pointer;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}
.top-new-form .fluentform .ff-btn-submit:hover,
.top-new-form .fluentform button.ff-btn.ff-btn-submit:hover {
	background-color: var(--top-new-navy-dark) !important;
	border-color: var(--top-new-navy-dark) !important;
}
.top-new-form .fluentform .ff-message-success {
	padding: 14px 16px;
	margin-top: 20px;
	font-size: 14px;
	color: var(--top-new-navy);
	background-color: rgba(184, 149, 106, 0.15);
	border-left: 3px solid var(--top-new-gold);
}
.top-new-form .fluentform .ff-el-is-error .text-danger {
	font-size: 12px;
	color: #b33;
}
@media screen and (max-width: 810px) {
	.top-new-form {
		padding-top: 56px;
		padding-bottom: 64px;
	}
	.top-new-form__card {
		padding: 32px 24px;
	}
}

/* Footer */
.top-new-footer {
	background-color: var(--top-new-navy);
	color: var(--top-new-white);
	padding: 56px 0 0;
}
.top-new-footer__top {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	gap: 24px;
	align-items: center;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.top-new-footer__brand {
	display: flex;
	align-items: center;
	gap: 16px;
}
.top-new-footer__brand img {
	height: 40px;
	width: auto;
}
.top-new-footer__tagline {
	font-family: "Playfair Display", serif;
	font-size: clamp(16px, 2vw, 22px);
	text-align: center;
	margin: 0;
	line-height: 1.5;
}
.top-new-footer__top .top-new-btn {
	justify-self: end;
}
.top-new-footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	padding: 24px 0 32px;
	font-size: 11px;
	opacity: 0.75;
}
.top-new-footer__legal p {
	margin: 0 0 6px;
}
.top-new-footer__links a {
	color: var(--top-new-white);
	text-decoration: none;
	margin-right: 16px;
}
.top-new-footer__links a:hover {
	text-decoration: underline;
}
.top-new-footer__address {
	margin: 0;
	text-align: right;
	line-height: 1.6;
}

/* Responsive */
@media screen and (max-width: 1024px) {
	.top-new-legacy__inner {
		grid-template-columns: 220px 1fr;
		gap: 32px;
	}
	.top-new-legacy__stats {
		grid-template-columns: repeat(6, 1fr);
	}
	.top-new-legacy__stat:nth-child(1) {
		grid-column: 1 / 3;
	}
	.top-new-legacy__stat:nth-child(2) {
		grid-column: 3 / 5;
	}
	.top-new-legacy__stat:nth-child(3) {
		grid-column: 5 / 7;
	}
	.top-new-legacy__stat:nth-child(4) {
		grid-column: 2 / 4;
	}
	.top-new-legacy__stat:nth-child(5) {
		grid-column: 4 / 6;
		width: 100%;
		justify-self: stretch;
	}
	.top-new-legacy__stat:nth-child(3)::after,
	.top-new-legacy__stat:nth-child(5)::after {
		display: none;
	}
	.top-new-residences__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.top-new-news__list {
		grid-template-columns: 1fr;
	}
	.top-new-management {
		grid-template-columns: 1fr;
	}
	.top-new-management__photo {
		min-height: 280px;
	}
	.top-new-story__inner {
		grid-template-columns: 1fr;
	}
	.top-new-footer__top {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.top-new-footer__brand {
		justify-content: center;
	}
	.top-new-footer__top .top-new-btn {
		justify-self: center;
	}
	.top-new-footer__bottom {
		flex-direction: column;
		text-align: center;
	}
	.top-new-footer__address {
		text-align: center;
	}
}

@media screen and (max-width: 810px) {
	.top-new-container {
		padding: 0 20px;
	}
	.top-new-section {
		padding: 56px 0;
	}
	.top-new-hero__body {
		transform: translateY(5%);
	}
	.top-new-hero__slide {
		min-height: 100dvh;
		min-height: 100vh;
	}
	.top-new-legacy__inner {
		grid-template-columns: 1fr;
	}
	.top-new-legacy__photo {
		max-width: none;
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}
	.top-new-legacy__photo img {
		width: 100%;
	}
	.top-new-legacy__stats {
		grid-template-columns: 1fr 1fr;
	}
	.top-new-legacy__stat:nth-child(n) {
		grid-column: auto;
	}
	.top-new-legacy__stat:nth-child(3) {
		grid-column: 1 / -1;
	}
	.top-new-legacy__stat:nth-child(4),
	.top-new-legacy__stat:nth-child(5) {
		grid-column: span 1;
	}
	.top-new-legacy__stat:nth-child(2)::after,
	.top-new-legacy__stat:nth-child(3)::after,
	.top-new-legacy__stat:nth-child(5)::after {
		display: none;
	}
	.top-new-legacy__body .top-new-section-label {
		text-align: center;
		font-size: 12px;
		letter-spacing: 0.22em;
	}
	.top-new-legacy__stat--numeric .top-new-legacy__stat-num {
		font-size: 34px;
	}
	.top-new-legacy__stat--text .top-new-legacy__stat-num {
		font-size: 16px;
	}
	.top-new-legacy__stat-label {
		font-size: 12px;
		line-height: 1.6;
	}
	.top-new-why__grid,
	.top-new-community__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.top-new-residences__grid {
		grid-template-columns: 1fr;
	}
	.top-new-management__body {
		padding: 40px 24px;
	}
	.top-new-hero__actions {
		flex-direction: column;
	}
	.top-new-hero__actions .top-new-btn {
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.top-new-legacy__body .top-new-section-label {
		font-size: 13px;
	}
	.top-new-legacy__stat--numeric .top-new-legacy__stat-num {
		font-size: 36px;
	}
	.top-new-legacy__stat--text .top-new-legacy__stat-num {
		font-size: 17px;
	}
	.top-new-legacy__stat-label {
		font-size: 13px;
	}
	.top-new-legacy__stats {
		grid-template-columns: 1fr;
	}
	.top-new-legacy__stat:nth-child(n) {
		grid-column: 1 / -1;
	}
	.top-new-legacy__stat::after {
		display: none;
	}
}
