/*
 * Claude V2 city hubs — WordPress integration layer.
 *
 * The generated fragments retain the source mockups' inline composition.
 * This file supplies only the shared media, interaction, accessibility and
 * responsive behavior that lived in the Design Canvas document shell.
 */

.pps-v2-city-mockup {
	width: 100%;
	max-width: none;
	margin: 0;
	overflow: clip;
	background: #f6f1e6;
	color: #1a1613;
	font-family: var(--font-body, "Source Serif 4", Georgia, serif);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

.pps-v2-city-mockup,
.pps-v2-city-mockup *,
.pps-v2-city-mockup *::before,
.pps-v2-city-mockup *::after {
	box-sizing: border-box;
}

.pps-v2-city-mockup :where(h1, h2, h3, p, li) {
	text-wrap: pretty;
}

.pps-v2-city-mockup [id] {
	scroll-margin-top: 96px;
}

.pps-v2-city-mockup a:focus-visible,
.pps-v2-city-mockup summary:focus-visible,
.pps-v2-city-mockup button:focus-visible,
.pps-v2-city-mockup [tabindex]:focus-visible {
	outline: 2px solid #b8893a;
	outline-offset: 3px;
}

.pps-v2-city-mockup nav[aria-label="On this page"] a,
.pps-v2-city-mockup a[style*="inline-block"],
.pps-v2-city-mockup a[style*="display: block"],
.pps-v2-city-mockup a[style*="display: flex"] {
	min-height: 44px;
}

.pps-v2-city-mockup .noscroll {
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.pps-v2-city-mockup .noscroll::-webkit-scrollbar {
	display: none;
}

.pps-v2-city-image {
	position: relative !important;
	isolation: isolate;
	overflow: hidden;
}

.pps-v2-city-image__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.pps-v2-city-image__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(21, 17, 14, .02), rgba(21, 17, 14, .18));
}

.pps-v2-city-image--content > .pps-v2-city-image__overlay {
	background: linear-gradient(90deg, rgba(21, 17, 14, .9) 0%, rgba(21, 17, 14, .7) 48%, rgba(21, 17, 14, .38) 100%);
}

.pps-v2-city-image--content :where(h1, h2, h3, p, li, strong) {
	color: inherit;
}

.pps-v2-city-image > :not(.pps-v2-city-image__media, .pps-v2-city-image__overlay) {
	position: relative;
	z-index: 2;
}

.pps-v2-city-map {
	position: relative;
	min-height: 260px;
	overflow: hidden;
	background: #fbf7ee;
}

.pps-v2-city-map svg {
	display: block;
	width: 100%;
	height: 100%;
}

.pps-v2-city-map .label {
	fill: #1a1613;
	font-size: 12.5px;
}

.pps-v2-city-map .label-sub {
	fill: #6e6457;
	font-size: 10.5px;
}

.pps-v2-city-map .other-label {
	fill: #8a8071;
	font-size: 10px;
}

.pps-v2-city-map #note {
	position: absolute;
	bottom: 12px;
	left: 14px;
	font-size: 10px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #8a8071;
}

.pps-v2-city-map #fallback {
	position: absolute;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	font-size: 13px;
	text-align: center;
	color: #6e6457;
}

.pps-v2-city-faq {
	margin: 0;
}

.pps-v2-city-faq + .pps-v2-city-faq {
	border-top: 1px solid rgba(26, 22, 19, .1);
}

.pps-v2-city-faq > summary {
	list-style: none;
	cursor: pointer;
}

.pps-v2-city-faq > summary::-webkit-details-marker {
	display: none;
}

.pps-v2-city-faq__marker {
	position: relative;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
}

.pps-v2-city-faq__marker::before,
.pps-v2-city-faq__marker::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 1px;
	content: "";
	background: currentColor;
	transform: translate(-50%, -50%);
}

.pps-v2-city-faq__marker::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform .18s ease;
}

.pps-v2-city-faq[open] .pps-v2-city-faq__marker::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.pps-v2-city-contact-row__actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 6px;
}

.pps-v2-city-contact-row__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0 10px;
	border: 1px solid rgba(246, 241, 230, .2);
	border-radius: 999px;
	color: #f6f1e6;
	font-size: 11.5px;
	line-height: 1;
	text-decoration: none;
}

.pps-v2-city-contact-row__actions a:hover {
	border-color: rgba(217, 190, 130, .7);
	background: rgba(217, 190, 130, .12);
}

.pps-v2-city-enquiry-details {
	margin-top: 18px;
}

.pps-v2-city-enquiry-summary {
	list-style: none;
	cursor: pointer;
}

.pps-v2-city-enquiry-summary::-webkit-details-marker {
	display: none;
}

.pps-v2-city-enquiry-summary::after {
	margin-left: 8px;
	content: "→";
}

.pps-v2-city-enquiry-details[open] > .pps-v2-city-enquiry-summary::after {
	content: "↑";
}

.pps-v2-city-enquiry-slot {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(246, 241, 230, .14);
}

.pps-v2-city-enquiry-form__intro {
	margin: 0 0 18px;
	color: rgba(246, 241, 230, .72);
	font-size: 13px;
	line-height: 1.6;
}

.pps-v2-city-enquiry-panel .ppn-enq-form {
	max-width: none;
	margin: 0;
}

.pps-v2-city-enquiry-panel .ppn-enq-form__field {
	margin-bottom: 14px;
}

.pps-v2-city-enquiry-panel .ppn-enq-form__field :is(input, select, textarea) {
	min-height: 52px;
	border-color: rgba(246, 241, 230, .2);
	border-radius: 12px;
	background-color: rgba(246, 241, 230, .08);
	color: #f6f1e6;
}

.pps-v2-city-enquiry-panel .ppn-enq-form__field select {
	color-scheme: dark;
}

.pps-v2-city-enquiry-panel .ppn-enq-form__field :is(input, select, textarea):focus {
	border-color: #d9be82;
	box-shadow: 0 0 0 3px rgba(217, 190, 130, .12);
}

.pps-v2-city-enquiry-panel .ppn-enq-form__field label {
	background: transparent;
	color: rgba(246, 241, 230, .7);
}

.pps-v2-city-enquiry-panel .ppn-enq-form__field :is(input, textarea):not(:placeholder-shown) ~ label,
.pps-v2-city-enquiry-panel .ppn-enq-form__field select ~ label {
	background: #292522;
	color: rgba(246, 241, 230, .7);
}

.pps-v2-city-enquiry-panel .ppn-enq-form__field :is(input, select, textarea):focus ~ label {
	color: #d9be82;
}

.pps-v2-city-enquiry-panel :is(.ppn-enq-form__next, .ppn-enq-form__submit) {
	min-height: 48px;
	border-radius: 999px;
	background: #fbf7ee;
	color: #1a1613;
}

.pps-v2-city-enquiry-panel :is(.ppn-enq-form__next, .ppn-enq-form__submit):hover {
	background: #efe7d6;
}

.pps-v2-city-enquiry-panel .ppn-enq-form__back {
	border-color: rgba(246, 241, 230, .25);
	background: transparent;
	color: #f6f1e6;
}

.pps-v2-city-enquiry-panel .ppn-enq-form__trust,
.pps-v2-city-enquiry-panel .ppn-enq-form__help > div {
	color: rgba(246, 241, 230, .62) !important;
}

.pps-v2-city-enquiry-panel .ppn-enq-form .ppn-enq-form__help label {
	color: rgba(246, 241, 230, .82);
}

.pps-v2-city-enquiry-fallback {
	margin: 0;
	color: rgba(246, 241, 230, .76);
}

.pps-v2-city-enquiry-fallback a {
	color: #d9be82;
}

@media (max-width: 720px) {
	.pps-v2-city-mockup [id] {
		scroll-margin-top: 84px;
	}

	.pps-v2-city-image--content > .pps-v2-city-image__overlay {
		background: linear-gradient(180deg, rgba(21, 17, 14, .54) 0%, rgba(21, 17, 14, .86) 100%);
	}

	.pps-v2-city-map {
		height: 280px !important;
	}
}

@media (max-width: 420px) {
	.pps-v2-city-mockup {
		font-size: 15.5px;
	}

	.pps-v2-city-mockup nav[aria-label="On this page"] {
		padding-top: 16px !important;
	}

	.pps-v2-city-mockup nav[aria-label="On this page"] a {
		display: inline-flex;
		align-items: center;
		white-space: nowrap;
	}

	.pps-v2-city-mockup--gaya > section:first-child {
		min-height: 500px !important;
	}

	.pps-v2-city-map {
		height: 260px !important;
	}

	.pps-v2-city-contact-row {
		align-items: flex-start !important;
		flex-wrap: wrap;
	}

	.pps-v2-city-contact-row__actions {
		width: 100%;
		padding-left: 21px;
	}

	.pps-v2-city-contact-row__actions a {
		flex: 1 1 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pps-v2-city-mockup *,
	.pps-v2-city-mockup *::before,
	.pps-v2-city-mockup *::after {
		scroll-behavior: auto !important;
		animation: none !important;
		transition: none !important;
	}
}
