.vet-city-page {
	--vet-yellow: #ffc80c;
	--vet-ink: #080808;
	--vet-muted: #5f5f5f;
	--vet-border: #e8e8e8;
	--vet-soft: #f8f8f8;
	background: #fff;
	color: var(--vet-ink);
}

.vet-city-page *,
.vet-city-page *::before,
.vet-city-page *::after {
	box-sizing: border-box;
}

.vet-city-container {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.vet-city-narrow {
	width: min(760px, calc(100% - 40px));
}

.vet-city-hero {
	position: relative;
	overflow: hidden;
	padding: 156px 0 88px;
	background:
		radial-gradient(circle at 82% 30%, rgba(255,255,255,.72) 0 16%, transparent 16.3%),
		linear-gradient(120deg, #fff9df 0%, #ffe88a 58%, var(--vet-yellow) 100%);
}

.vet-city-hero::after {
	content: "";
	position: absolute;
	right: -90px;
	bottom: -130px;
	width: 330px;
	height: 330px;
	border: 2px solid rgba(0,0,0,.07);
	border-radius: 50%;
}

.vet-city-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(250px, .55fr);
	gap: 70px;
	align-items: center;
}

.vet-city-kicker,
.vet-city-label {
	margin: 0 0 16px;
	color: #b38a00;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.vet-city-kicker {
	display: inline-flex;
	padding: 10px 16px;
	color: var(--vet-ink);
	background: rgba(255,255,255,.82);
	border: 1px solid rgba(0,0,0,.06);
	border-radius: 999px;
	box-shadow: 0 8px 28px rgba(0,0,0,.08);
}

.vet-city-hero h1 {
	max-width: 780px;
	margin: 0 0 22px;
	font-size: clamp(48px, 6.2vw, 82px);
	line-height: .98;
	letter-spacing: -.055em;
}

.vet-city-lead {
	max-width: 750px;
	margin: 0;
	color: #3e3e3e;
	font-size: 19px;
	line-height: 1.7;
}

.vet-city-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-top: 30px;
	font-size: 14px;
	font-weight: 750;
}

.vet-city-trust span::before {
	content: "✓";
	margin-right: 8px;
}

.vet-city-hero-panel {
	padding: 36px;
	background: rgba(255,255,255,.78);
	border: 1px solid rgba(255,255,255,.95);
	border-radius: 32px;
	box-shadow: 0 24px 60px rgba(95,72,0,.16);
	backdrop-filter: blur(8px);
}

.vet-city-hero-number {
	display: block;
	margin-bottom: 8px;
	font-size: 76px;
	font-weight: 850;
	line-height: 1;
	letter-spacing: -.06em;
}

.vet-city-hero-panel strong {
	display: block;
	font-size: 20px;
}

.vet-city-hero-panel p {
	margin: 10px 0 0;
	color: var(--vet-muted);
	line-height: 1.6;
}

.vet-city-summary-section {
	padding: 0 0 28px;
	background: linear-gradient(to bottom, #fff6c9 0 52px, #fff 52px);
}

.vet-city-summary-card {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 60px;
	align-items: center;
	padding: 40px 44px;
	background: #fff;
	border: 1px solid var(--vet-border);
	border-radius: 26px;
	box-shadow: 0 22px 55px rgba(0,0,0,.08);
}

.vet-city-summary-card h2,
.vet-city-section-heading h2,
.vet-city-emergency h2,
.vet-city-cta h2 {
	margin: 0;
	font-size: clamp(30px, 3.5vw, 44px);
	line-height: 1.1;
	letter-spacing: -.035em;
}

.vet-city-summary-card > p {
	margin: 0;
	color: var(--vet-muted);
	font-size: 16px;
	line-height: 1.75;
}

.vet-city-list-section,
.vet-city-method-section,
.vet-city-faq-section {
	padding: 90px 0;
}

.vet-city-list-section {
	background: #fff;
}

.vet-city-section-heading {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: end;
	margin-bottom: 36px;
}

.vet-city-section-heading-center {
	justify-content: center;
	text-align: center;
}

.vet-city-checked {
	margin: 0;
	color: var(--vet-muted);
	font-size: 13px;
}

.vet-city-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.vet-city-clinic-card {
	padding: 28px;
	border: 1px solid var(--vet-border);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(0,0,0,.045);
	transition: transform .2s ease, box-shadow .2s ease;
}

.vet-city-clinic-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 44px rgba(0,0,0,.08);
}

.vet-city-clinic-top {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
	margin-bottom: 18px;
}

.vet-city-rank {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	background: var(--vet-yellow);
	border-radius: 13px;
	font-weight: 850;
}

.vet-city-distance {
	color: var(--vet-muted);
	font-size: 12px;
	font-weight: 700;
}

.vet-city-clinic-card h3 {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.25;
}

.vet-city-address,
.vet-city-hours {
	margin: 0 0 12px;
	color: var(--vet-muted);
	line-height: 1.6;
}

.vet-city-hours {
	font-size: 13px;
}

.vet-city-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 22px;
}

.vet-city-button,
.vet-city-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 15px;
	color: var(--vet-ink);
	border: 1px solid var(--vet-border);
	border-radius: 12px;
	background: #fff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.vet-city-button:hover,
.vet-city-button:focus,
.vet-city-button-primary,
.vet-city-cta-button {
	color: var(--vet-ink);
	border-color: var(--vet-yellow);
	background: var(--vet-yellow);
}

.vet-city-empty {
	padding: 42px;
	border: 2px dashed #d8bd48;
	border-radius: 22px;
	background: #fffaf0;
}

.vet-city-empty h3 {
	margin: 0 0 12px;
	font-size: 28px;
}

.vet-city-empty p:last-child {
	max-width: 760px;
	margin-bottom: 0;
	color: var(--vet-muted);
	line-height: 1.7;
}

.vet-city-attribution {
	margin: 26px 0 0;
	color: #777;
	font-size: 12px;
}

.vet-city-attribution a {
	color: inherit;
	text-decoration: underline;
}

.vet-city-emergency {
	padding: 10px 0 90px;
}

.vet-city-emergency-card {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 28px;
	align-items: center;
	padding: 40px;
	color: #fff;
	background: var(--vet-ink);
	border-radius: 26px;
}

.vet-city-emergency-mark {
	display: grid;
	place-items: center;
	width: 68px;
	height: 68px;
	color: var(--vet-ink);
	background: var(--vet-yellow);
	border-radius: 20px;
	font-size: 34px;
	font-weight: 900;
}

.vet-city-emergency .vet-city-label {
	color: var(--vet-yellow);
}

.vet-city-emergency h2 {
	color: #fff;
}

.vet-city-emergency p:last-child {
	margin: 12px 0 0;
	color: #d3d3d3;
	line-height: 1.7;
}

.vet-city-method-section {
	background: var(--vet-soft);
}

.vet-city-method-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.vet-city-method-grid article {
	padding: 30px;
	background: #fff;
	border: 1px solid var(--vet-border);
	border-radius: 20px;
}

.vet-city-method-grid span {
	color: #c29700;
	font-size: 13px;
	font-weight: 850;
}

.vet-city-method-grid h3 {
	margin: 18px 0 10px;
	font-size: 22px;
}

.vet-city-method-grid p {
	margin: 0;
	color: var(--vet-muted);
	line-height: 1.7;
}

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

.vet-city-faq-list details {
	padding: 20px 22px;
	border: 1px solid var(--vet-border);
	border-radius: 14px;
	background: #fff;
}

.vet-city-faq-list summary {
	cursor: pointer;
	font-weight: 800;
}

.vet-city-faq-list p {
	margin: 14px 0 0;
	color: var(--vet-muted);
	line-height: 1.7;
}

.vet-city-cta-section {
	padding: 0 0 90px;
}

.vet-city-cta {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: center;
	padding: 38px 42px;
	background: #fff3ba;
	border: 1px solid #f0d35d;
	border-radius: 24px;
}

.vet-city-cta-button {
	min-height: 50px;
	padding: 12px 22px;
	white-space: nowrap;
}

.vet-state-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.vet-state-card,
.vet-state-city-card {
	display: block;
	padding: 24px;
	color: var(--vet-ink);
	background: #fff;
	border: 1px solid var(--vet-border);
	border-radius: 18px;
	text-decoration: none;
	transition: transform .2s ease, border-color .2s ease;
}

.vet-state-card:hover,
.vet-state-card:focus,
.vet-state-city-card:hover,
.vet-state-city-card:focus {
	color: var(--vet-ink);
	border-color: var(--vet-yellow);
	transform: translateY(-2px);
}

.vet-state-card span,
.vet-state-city-card > span {
	color: #b08700;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .14em;
}

.vet-state-card strong {
	display: block;
	margin: 10px 0 4px;
	font-size: 20px;
}

.vet-state-card small,
.vet-state-city-card p {
	color: var(--vet-muted);
}

.vet-state-city-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.vet-state-city-card h2 {
	margin: 12px 0 8px;
	font-size: 28px;
}

.vet-state-city-card p {
	margin: 0 0 20px;
}

.vet-city-local-section {
	background: linear-gradient(180deg, #fff 0%, #fff9e4 100%);
}

.vet-city-supporting-copy {
	max-width: 900px;
	margin: 32px auto 0;
	color: var(--vet-muted);
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}

.vet-city-supporting-copy a,
.vet-city-cta-links a {
	color: var(--vet-ink);
	font-weight: 800;
	text-decoration-color: var(--vet-yellow);
	text-decoration-thickness: 3px;
	text-underline-offset: 4px;
}

.vet-city-related-section {
	background: #fffaf0;
}

.vet-city-cta-links {
	margin: 12px 0 0;
}

@media (max-width: 900px) {
	.vet-city-hero-grid,
	.vet-city-summary-card {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.vet-city-hero-panel {
		max-width: 430px;
	}

	.vet-city-grid,
	.vet-city-method-grid,
	.vet-state-grid,
	.vet-state-city-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.vet-city-container,
	.vet-city-narrow {
		width: min(100% - 28px, 1180px);
	}

	.vet-city-hero {
		padding: 126px 0 64px;
	}

	.vet-city-hero h1 {
		font-size: clamp(42px, 14vw, 62px);
	}

	.vet-city-lead {
		font-size: 17px;
	}

	.vet-city-hero-panel,
	.vet-city-summary-card,
	.vet-city-empty,
	.vet-city-emergency-card,
	.vet-city-cta {
		padding: 26px;
		border-radius: 20px;
	}

	.vet-city-list-section,
	.vet-city-method-section,
	.vet-city-faq-section {
		padding: 64px 0;
	}

	.vet-city-grid,
	.vet-city-method-grid,
	.vet-state-grid,
	.vet-state-city-grid {
		grid-template-columns: 1fr;
	}

	.vet-city-section-heading,
	.vet-city-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.vet-city-emergency-card {
		grid-template-columns: 1fr;
	}

	.vet-city-cta-button {
		width: 100%;
	}

	.vet-city-clinic-top {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vet-city-clinic-card,
	.vet-state-card,
	.vet-state-city-card {
		transition: none;
	}
}