.mana-global-city-main {
	--tgc-gold: #b28d3f;
	--tgc-gold-dark: #80602b;
	--tgc-green: #233b25;
	--tgc-navy: #061d33;
	--tgc-cream: #f8f5ef;
	--tgc-ink: #263238;
	--tgc-white: #ffffff;
	background: var(--tgc-cream);
	color: var(--tgc-ink);
	overflow: hidden;
}

.mana-global-city-main,
.mana-global-city-main p,
.mana-global-city-main a,
.mana-global-city-main button,
.mana-global-city-main input {
	font-family: var(--mana-font-family);
}

.mana-global-city-main h1,
.mana-global-city-main h2,
.mana-global-city-main h3 {
	margin: 0;
	font-family: var(--mana-heading-font-family);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.13;
	text-transform: uppercase;
}

.mana-tgc-section {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.mana-tgc-bg,
.mana-tgc-bg-slide,
.mana-tgc-story-slide > img,
.mana-tgc-hero-video,
.mana-tgc-contact-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mana-tgc-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.22));
	z-index: 1;
}

.mana-tgc-dark {
	color: var(--tgc-white);
	background: #061623;
}

.mana-tgc-green {
	background: var(--tgc-green);
	color: var(--tgc-white);
}

.mana-tgc-hero {
	justify-content: center;
	text-align: center;
}

.mana-tgc-hero .mana-tgc-bg {
	top: -96px;
	height: calc(100% + 96px);
	filter: brightness(0.62) saturate(0.95) blur(1.5px);
	transform: scale(1.04);
}

.mana-tgc-hero-video {
	object-fit: cover;
}

.mana-tgc-hero .mana-tgc-overlay {
	background: rgba(0, 0, 0, 0.68);
}

.mana-tgc-hero-content {
	position: relative;
	z-index: 2;
	width: min(980px, calc(100% - 40px));
	margin: 0 auto;
}

.mana-tgc-hero-content p {
	margin: 0 0 26px;
	font-size: 15px;
	font-weight: 700;
}

.mana-tgc-hero h1 {
	font-size: 48px;
	color: var(--tgc-white);
}

.mana-tgc-hero h1 small {
	display: block;
	margin-top: 22px;
	font-size: 20px;
	font-weight: 500;
}

.mana-tgc-more {
	position: absolute;
	bottom: -210px;
	left: 50%;
	transform: translateX(-50%);
}

.mana-tgc-copy {
	position: relative;
	z-index: 2;
	width: min(620px, 44vw);
	color: var(--tgc-white);
}

.mana-tgc-copy-left {
	margin-left: 7.5vw;
}

.mana-tgc-copy h2,
.mana-tgc-story-copy h2 {
	font-size: 34px;
}

.mana-tgc-copy p,
.mana-tgc-story-copy p {
	margin: 28px 0 0;
	font-size: 17px;
	line-height: 1.55;
}

.mana-tgc-bg-slide {
	opacity: 0;
	transform: scale(1.03);
	transition: opacity 420ms ease, transform 680ms ease;
}

.mana-tgc-bg-slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.mana-tgc-thumbs {
	position: absolute;
	z-index: 3;
	display: flex;
	gap: 14px;
}

.mana-tgc-thumbs-bottom {
	right: 13vw;
	bottom: 80px;
}

.mana-tgc-thumbs button,
.mana-tgc-gallery-thumbs button {
	width: 144px;
	height: 72px;
	border: 2px solid transparent;
	padding: 0;
	background: transparent;
	overflow: hidden;
	transition: border-color 200ms ease, transform 200ms ease;
}

.mana-tgc-thumbs button.is-active,
.mana-tgc-gallery-thumbs button.is-active {
	border-color: var(--tgc-gold);
	transform: translateY(-2px);
}

.mana-tgc-thumbs img,
.mana-tgc-gallery-thumbs img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mana-tgc-story-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 420ms ease;
}

.mana-tgc-story-slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.mana-tgc-story-copy {
	position: absolute;
	z-index: 2;
	left: 7.5vw;
	top: 12vh;
	width: min(760px, 52vw);
	color: var(--tgc-white);
}

.mana-tgc-story-kicker {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.05;
}

.mana-tgc-story-thumbs {
	left: 51vw;
	bottom: 76px;
}

.mana-tgc-round-arrow {
	position: absolute;
	z-index: 4;
	top: 36%;
	width: 64px;
	height: 64px;
	border: 0;
	border-radius: 50%;
	background: var(--tgc-gold);
	color: var(--tgc-white);
	font-size: 34px;
	line-height: 1;
	transition: transform 180ms ease, background 180ms ease;
}

.mana-tgc-round-arrow:hover,
.mana-tgc-round-arrow:focus {
	background: var(--tgc-gold-dark);
	transform: translateY(-2px);
}

.mana-tgc-prev {
	left: 3vw;
}

.mana-tgc-next {
	right: 9vw;
}

.mana-tgc-life {
	display: grid;
	grid-template-columns: 53% 47%;
	background: var(--tgc-navy);
	color: var(--tgc-white);
}

.mana-tgc-life-media,
.mana-tgc-life-list {
	position: relative;
	min-height: 100vh;
}

.mana-tgc-life-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mana-tgc-life-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.42);
}

.mana-tgc-life-copy {
	position: absolute;
	z-index: 1;
	left: 14%;
	top: 16%;
	width: min(620px, 78%);
}

.mana-tgc-life-copy h2 {
	font-size: 34px;
}

.mana-tgc-life-copy p {
	margin-top: 26px;
	font-size: 17px;
	line-height: 1.55;
}

.mana-tgc-life-list {
	display: grid;
	align-content: center;
	gap: 22px;
	padding: 86px 9vw 86px 7vw;
}

.mana-tgc-life-item {
	border-left: 3px solid var(--tgc-gold);
	padding-left: 22px;
}

.mana-tgc-life-item h3 {
	color: var(--tgc-gold);
	font-size: 24px;
}

.mana-tgc-life-item p {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 1.55;
}

.mana-tgc-community {
	background: var(--tgc-white);
	color: var(--tgc-gold);
}

.mana-tgc-community-grid {
	display: grid;
	grid-template-columns: 50% 50%;
	align-items: center;
	width: 100%;
	min-height: 100vh;
}

.mana-tgc-community-collage {
	height: 100vh;
	overflow: hidden;
}

.mana-tgc-community-collage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}

.mana-tgc-community-copy {
	width: min(620px, 74%);
	margin: 0 auto;
}

.mana-tgc-community-copy h2,
.mana-tgc-zone-intro h2 {
	font-size: 36px;
}

.mana-tgc-community-copy p,
.mana-tgc-zone-intro p {
	margin-top: 28px;
	color: #8f8f8f;
	font-size: 17px;
	line-height: 1.65;
}

.mana-tgc-location {
	display: grid;
	grid-template-columns: 38% 62%;
	align-items: stretch;
}

.mana-tgc-location-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 90px 7.5vw;
	background: rgba(0, 0, 0, 0.13);
}

.mana-tgc-location-copy h2 {
	font-size: 34px;
}

.mana-tgc-location-copy p {
	margin-top: 34px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 17px;
	line-height: 1.65;
}

.mana-tgc-location-map {
	position: relative;
	min-height: 54vh;
	background: rgba(0, 0, 0, 0.12);
}

.mana-tgc-location-map img {
	position: absolute;
	inset: 5%;
	width: 90%;
	height: 90%;
	object-fit: contain;
}

.mana-tgc-location-list {
	grid-column: 2;
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 36px;
	padding: 0 8vw 80px 4vw;
}

.mana-tgc-location-list h3 {
	font-size: 26px;
	text-transform: none;
}

.mana-tgc-location-list ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 44px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mana-tgc-location-list li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	padding: 0 0 18px;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
}

.mana-tgc-zone,
.mana-tgc-amenity {
	display: block;
	background: var(--tgc-white);
	color: #8a8a8a;
}

.mana-tgc-zone-visual,
.mana-tgc-amenity-hero {
	position: relative;
	height: 44vh;
	overflow: hidden;
}

.mana-tgc-zone-visual > img,
.mana-tgc-amenity-hero > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 280ms ease;
}

.mana-tgc-zone-visual > img.is-active,
.mana-tgc-amenity-hero > img.is-active {
	opacity: 1;
}

.mana-tgc-gallery-thumbs {
	position: absolute;
	left: 50%;
	bottom: -34px;
	z-index: 3;
	display: flex;
	gap: 10px;
	transform: translateX(-50%);
	background: var(--tgc-white);
	padding: 10px;
}

.mana-tgc-zone-content {
	display: grid;
	grid-template-columns: 34% 1fr;
	gap: 80px;
	width: min(78vw, 1460px);
	margin: 120px auto 90px;
}

.mana-tgc-zone-intro {
	color: var(--tgc-gold);
}

.mana-tgc-zone-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px 52px;
}

.mana-tgc-zone-list > div {
	border-bottom: 1px solid #e2d7c2;
	padding-bottom: 22px;
}

.mana-tgc-zone-list h3 {
	color: var(--tgc-gold);
	font-size: 20px;
	text-transform: none;
}

.mana-tgc-zone-list p {
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 1.5;
}

.mana-tgc-amenity-hero {
	height: 56vh;
}

.mana-tgc-amenity-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.02));
}

.mana-tgc-amenity-copy {
	position: absolute;
	z-index: 2;
	left: 8vw;
	top: 28%;
	width: min(580px, 48vw);
	color: var(--tgc-white);
}

.mana-tgc-amenity-copy h2 {
	font-size: 32px;
}

.mana-tgc-amenity-copy p {
	margin-top: 22px;
	font-size: 17px;
	line-height: 1.55;
}

.mana-tgc-amenity-thumbs {
	width: min(80vw, 1500px);
	margin: 56px auto 86px;
}

.mana-tgc-amenity-thumbs h3 {
	color: var(--tgc-gold);
	font-size: 22px;
	letter-spacing: 0.08em;
}

.mana-tgc-amenity .mana-tgc-gallery-thumbs {
	position: static;
	transform: none;
	margin-top: 28px;
	padding: 0;
}

.mana-tgc-amenity .mana-tgc-gallery-thumbs button {
	width: 292px;
	height: 185px;
}

.mana-tgc-partners {
	justify-content: center;
	text-align: center;
}

.mana-tgc-partners .mana-tgc-bg {
	filter: saturate(0.9);
}

.mana-tgc-partners-inner {
	position: relative;
	z-index: 2;
	width: min(1060px, calc(100% - 48px));
	margin: 0 auto;
}

.mana-tgc-partners-inner > img {
	width: 112px;
	margin-bottom: 28px;
}

.mana-tgc-partners h2 {
	font-size: 28px;
}

.mana-tgc-partners p {
	width: min(780px, 100%);
	margin: 28px auto 76px;
	font-size: 16px;
	line-height: 1.6;
}

.mana-tgc-partners h3 {
	margin-bottom: 44px;
	font-size: 18px;
	letter-spacing: 0.08em;
}

.mana-tgc-partner-names {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	font-size: 22px;
	font-weight: 700;
}

.mana-tgc-contact {
	background: var(--tgc-gold);
	color: var(--tgc-white);
}

.mana-tgc-contact-bg {
	opacity: 0.36;
}

.mana-tgc-contact-panel {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 42% 58%;
	width: min(1340px, 80vw);
	min-height: 78vh;
	margin: 0 auto;
	background: rgba(248, 245, 239, 0.94);
	color: #777;
}

.mana-tgc-contact-form {
	background: var(--tgc-gold);
	color: var(--tgc-white);
	padding: 62px 46px;
}

.mana-tgc-contact-form h2 {
	font-size: 34px;
}

.mana-tgc-contact-form p {
	margin: 22px 0 70px;
	font-size: 17px;
	line-height: 1.55;
}

.mana-tgc-form {
	display: grid;
	gap: 12px;
}

.mana-tgc-form input {
	width: 100%;
	border: 0;
	background: var(--tgc-white);
	color: var(--tgc-ink);
	font-size: 20px;
	padding: 20px;
}

.mana-tgc-form button {
	justify-self: end;
	min-width: 160px;
	border: 0;
	background: var(--tgc-gold-dark);
	color: var(--tgc-white);
	font-size: 18px;
	font-weight: 700;
	padding: 18px 34px;
}

.mana-tgc-contact-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-content: start;
	gap: 28px 58px;
	padding: 62px 52px;
}

.mana-tgc-contact-info > img {
	grid-column: 1 / -1;
	width: 110px;
	filter: invert(48%) sepia(24%) saturate(584%) hue-rotate(7deg) brightness(88%) contrast(87%);
}

.mana-tgc-contact-info h3 {
	margin-bottom: 10px;
	color: #aaa;
	font-size: 14px;
	letter-spacing: 0.08em;
}

.mana-tgc-contact-info p {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
}

.mana-tgc-floating {
	position: fixed;
	right: 28px;
	top: 67%;
	z-index: 60;
	display: flex;
	flex-direction: column;
	gap: 14px;
	transform: translateY(-50%);
}

.mana-tgc-floating a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--tgc-white);
	color: var(--tgc-gold);
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

@media (max-width: 1366px) {
	.mana-tgc-copy h2,
	.mana-tgc-story-copy h2,
	.mana-tgc-life-copy h2,
	.mana-tgc-community-copy h2,
	.mana-tgc-zone-intro h2,
	.mana-tgc-location-copy h2 {
		font-size: 30px;
	}

	.mana-tgc-copy p,
	.mana-tgc-story-copy p,
	.mana-tgc-life-copy p,
	.mana-tgc-community-copy p {
		font-size: 17px;
	}
}

@media (max-width: 1199px) {
	.mana-tgc-section {
		min-height: auto;
	}

	.mana-tgc-hero,
	.mana-tgc-bg-slider,
	.mana-tgc-story-slider {
		min-height: 100vh;
	}

	.mana-tgc-life,
	.mana-tgc-community-grid,
	.mana-tgc-location,
	.mana-tgc-zone-content,
	.mana-tgc-contact-panel {
		grid-template-columns: 1fr;
	}

	.mana-tgc-copy,
	.mana-tgc-story-copy,
	.mana-tgc-amenity-copy {
		width: min(680px, calc(100% - 48px));
		left: 24px;
	}

	.mana-tgc-thumbs-bottom,
	.mana-tgc-story-thumbs {
		left: 24px;
		right: auto;
		bottom: 48px;
	}

	.mana-tgc-location-list {
		grid-column: auto;
		grid-template-columns: 1fr;
		padding: 46px 7vw;
	}

	.mana-tgc-community-collage,
	.mana-tgc-life-media,
	.mana-tgc-life-list {
		min-height: auto;
		height: auto;
	}

	.mana-tgc-community-collage {
		height: 54vh;
	}

	.mana-tgc-partner-names {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.mana-tgc-hero h1 {
		font-size: 42px;
	}

	.mana-tgc-hero h1 small {
		font-size: 18px;
	}

	.mana-tgc-copy h2,
	.mana-tgc-story-copy h2,
	.mana-tgc-life-copy h2,
	.mana-tgc-community-copy h2,
	.mana-tgc-zone-intro h2,
	.mana-tgc-amenity-copy h2,
	.mana-tgc-location-copy h2 {
		font-size: 32px;
	}

	.mana-tgc-thumbs,
	.mana-tgc-gallery-thumbs {
		max-width: calc(100% - 32px);
		overflow-x: auto;
	}

	.mana-tgc-thumbs button,
	.mana-tgc-gallery-thumbs button {
		flex: 0 0 118px;
		width: 118px;
		height: 64px;
	}

	.mana-tgc-life-copy {
		position: relative;
		left: 0;
		top: 0;
		width: auto;
		padding: 72px 24px;
	}

	.mana-tgc-life-list,
	.mana-tgc-location-copy {
		padding: 58px 24px;
	}

	.mana-tgc-zone-content,
	.mana-tgc-amenity-thumbs {
		width: calc(100% - 32px);
		margin: 82px auto 58px;
	}

	.mana-tgc-zone-list,
	.mana-tgc-location-list ul,
	.mana-tgc-contact-info,
	.mana-tgc-partner-names {
		grid-template-columns: 1fr;
	}

	.mana-tgc-contact-panel {
		width: 100%;
	}

	.mana-tgc-contact-form,
	.mana-tgc-contact-info {
		padding: 46px 24px;
	}

	.mana-tgc-floating {
		right: 12px;
		gap: 9px;
	}

	.mana-tgc-floating a {
		width: 42px;
		height: 42px;
		font-size: 14px;
	}
}
