/* --------------------------------------------------------------------------
   City landing page: "Psychotherapist in <city>".
   -------------------------------------------------------------------------- */

.city {
	max-width: 1440px;
	margin: 0 auto;
	padding: 88px 96px 96px;
	box-sizing: border-box;
}

.city h1,
.city h2 {
	color: var(--ink);
}

.city .serif {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
}

.city .lead {
	font-size: 17px;
	line-height: 1.6;
	color: var(--ink);
	margin: 28px 0 0;
	max-width: 640px;
}

.city .b1 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	/* Matches the 1px border of the outlined button, so heights line up. */
	border: 1px solid transparent;
	background: var(--acc);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 16px 34px;
	border-radius: 100px;
	box-sizing: border-box;
}

.city .b1:hover {
	background: var(--dark);
	color: #fff;
}

.city .b1-play svg {
	width: 20px;
	height: 20px;
	flex: none;
}

.city-btns {
	display: flex;
	gap: 14px;
	margin-top: 40px;
	flex-wrap: wrap;
}

.city-btns .b1,
.city-btns .btn-mail {
	width: 220px;
	padding: 15px 0;
	box-sizing: border-box;
	/* Both buttons carry the same weight — neither reads as secondary. */
	font-size: 14px;
	font-weight: 600;
}

.city-btns .b1-play {
	width: auto;
	padding-left: 40px;
	padding-right: 40px;
}

/* --- hero --------------------------------------------------------------- */

.city-hero {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 80px;
	align-items: center;
}

.city-hero h1 {
	font-size: 58px;
	line-height: 1.05;
	margin: 24px 0 0;
}

.city-pains {
	display: flex;
	flex-direction: column;
}

.painline {
	font-size: 26px;
	line-height: 1.25;
	color: var(--ink);
	padding: 20px 0;
	border-top: 1px solid rgba(19, 42, 33, .16);
}

.painline.is-answer {
	color: var(--acc);
	border-bottom: 1px solid rgba(19, 42, 33, .16);
}

/* --- wide photo --------------------------------------------------------- */

.city-photo {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	margin: 72px 0 0;
}

.city-photo img {
	width: 100%;
	height: 440px;
	object-fit: cover;
	object-position: center 30%;
	display: block;
}

.city-badge {
	position: absolute;
	left: 24px;
	bottom: 24px;
	background: rgba(253, 253, 251, .92);
	border-radius: 12px;
	padding: 18px 30px;
}

.city-badge b {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: var(--ink);
}

.city-badge span {
	display: block;
	font-size: 15px;
	color: var(--ink);
	margin-top: 6px;
}

/* --- how long ----------------------------------------------------------- */

.city-long {
	margin-top: 96px;
}

.city .huge {
	font-size: 72px;
	line-height: 1;
	margin: 0;
	max-width: 1100px;
}

.city .big {
	font-size: 52px;
	line-height: 1.1;
	margin: 28px 0 0;
	max-width: 1100px;
}

.city-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	border-top: 1px solid rgba(19, 42, 33, .16);
	margin-top: 56px;
	padding-top: 40px;
}

.city-cols p {
	font-size: 17px;
	line-height: 1.6;
	color: var(--ink);
	margin: 0 0 20px;
}

.city-cols p:last-child {
	margin-bottom: 0;
}

/* --- dark quote --------------------------------------------------------- */

.city-dark {
	background: var(--dark);
	border-radius: 24px;
	padding: 72px 88px;
	margin-top: 96px;
	position: relative;
	overflow: hidden;
}

.city-dark .qmark {
	position: absolute;
	top: 8px;
	right: 64px;
	font-size: 280px;
	line-height: 1;
	color: rgba(159, 205, 170, .18);
	pointer-events: none;
}

.city-dark .dq {
	font-size: 32px;
	line-height: 1.35;
	color: #fff;
	margin: 28px 0 0;
	max-width: 1000px;
	position: relative;
}

.city-dark .dq .em {
	color: var(--acc-light);
}

/* --- what I work with --------------------------------------------------- */

.city-work {
	margin-top: 96px;
}

.city-work-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 56px;
	margin-top: 56px;
}

.city-work-grid .ttl {
	font-size: 30px;
	color: var(--acc);
}

.city-work-grid ul {
	margin: 24px 0 0;
	padding-left: 22px;
	font-size: 17px;
	line-height: 1.6;
	color: var(--ink);
	display: flex;
	flex-direction: column;
	gap: 12px;
}

/* --- the doctor --------------------------------------------------------- */

.city-doc {
	display: grid;
	grid-template-columns: 1.15fr 1.35fr;
	gap: 80px;
	align-items: start;
	margin-top: 96px;
}

.city-doc img {
	width: 100%;
	height: 560px;
	object-fit: cover;
	/* Anchored near the top so the crop never cuts through the head. */
	object-position: center top;
	border-radius: 16px;
	display: block;
}

.city-doc .big {
	line-height: 1.05;
	margin: 22px 0 0;
}

.doc-quote {
	font-size: 17px;
	line-height: 1.6;
	color: var(--ink);
	margin: 24px 0 0;
	max-width: 600px;
}

.city-facts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px 48px;
	margin-top: 44px;
}

.city-facts .lbl {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--acc);
	margin: 0 0 12px;
}

.city-facts p {
	font-size: 15px;
	line-height: 1.6;
	color: var(--ink);
	margin: 0;
}

/* --- awkward questions -------------------------------------------------- */

.city-q {
	background: #f4f5f0;
	margin: 96px -96px 0;
	padding: 88px 96px;
}

/* Same width as the blocks above — no narrower measure here. */
.city-q-list {
	margin-top: 44px;
	display: flex;
	flex-direction: column;
}

.rowq {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 40px;
	padding: 26px 0;
	border-top: 1px solid rgba(19, 42, 33, .14);
}

.rowq:last-child {
	border-bottom: 1px solid rgba(19, 42, 33, .14);
}

.rowq .q {
	font-size: 23px;
	font-style: italic;
	margin: 0;
	color: var(--ink);
}

.rowq .a {
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	color: var(--ink);
}

/* --- who you need ------------------------------------------------------- */

.city-who {
	margin-top: 96px;
	position: relative;
}

/* Decorative asterisk filling the empty space beside the intro. Desktop only —
   on narrower screens that space is taken by the text itself. */
.city-who::after {
	content: "✳";
	position: absolute;
	top: -30px;
	right: 60px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 300px;
	line-height: 1;
	color: rgba(2, 101, 55, .1);
	pointer-events: none;
	user-select: none;
	z-index: 0;
}

.city-who > * {
	position: relative;
	z-index: 1;
}

.city-who-list {
	margin-top: 56px;
	display: flex;
	flex-direction: column;
}

.rown {
	display: grid;
	grid-template-columns: 1fr 2.2fr;
	gap: 40px;
	padding: 32px 0;
	border-top: 1px solid rgba(19, 42, 33, .14);
}

.rown:last-child {
	border-bottom: 1px solid rgba(19, 42, 33, .14);
}

.rown .ttl {
	font-size: 30px;
	color: var(--acc);
}

.rown p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	color: var(--ink);
	max-width: 840px;
}

/* --- speaking plainly --------------------------------------------------- */

.city-direct {
	margin-top: 96px;
	border-top: 2px solid var(--acc);
	padding-top: 44px;
	padding-bottom: 44px;
	border-bottom: 1px solid rgba(19, 42, 33, .14);
}

.city-direct .lbl {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--acc);
}

.city-direct p {
	font-size: 31px;
	line-height: 1.25;
	color: var(--ink);
	margin: 24px 0 0;
	max-width: 1000px;
}

/* --- reviews ------------------------------------------------------------ */

.city-rev {
	margin-top: 96px;
}

.city-rev-list {
	margin-top: 56px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.revcard {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 44px 40px 44px 200px;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.revcard .quote {
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-58%);
	font-size: 180px;
	line-height: 1;
	color: rgba(2, 101, 55, .14);
	pointer-events: none;
}

.revcard p {
	font-size: 21px;
	line-height: 1.55;
	color: var(--ink);
	margin: 0;
	position: relative;
}

.revcard footer {
	font-size: 15px;
	margin-top: 36px;
}

.revcard footer b {
	color: var(--ink);
}

.revcard footer span {
	color: #8a948c;
}

/* --- call to action ----------------------------------------------------- */

.city-cta {
	margin-top: 96px;
	text-align: center;
}

/* The heading keeps a max-width, so it needs auto margins to stay centred. */
.city-cta .big {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.city-cta p {
	font-size: 17px;
	line-height: 1.6;
	color: var(--ink);
	margin: 28px auto 0;
	max-width: 640px;
}

.city-cta .buttons {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	margin-top: 48px;
}

.city-cta .buttons .b1,
.city-cta .buttons .btn-mail {
	width: 320px;
	max-width: 100%;
	/* One declaration for both so the borders do not shift the height. */
	padding: 15px 0;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 600;
}

/* --- responsive --------------------------------------------------------- */

@media (max-width: 1100px) {
	.city {
		padding: 56px 48px 64px;
	}

	.city-hero {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.city-hero h1 {
		font-size: 48px;
	}

	.city .huge {
		font-size: 52px;
	}

	.city .big {
		font-size: 40px;
	}

	.city-cols {
		gap: 40px;
	}

	.city-dark {
		padding: 48px 44px;
		margin-top: 72px;
	}

	.city-dark .qmark {
		font-size: 180px;
		right: 32px;
	}

	.city-work-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.city-doc {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.city-doc img {
		height: 420px;
	}

	.city-q {
		margin: 72px -48px 0;
		padding: 56px 48px;
	}

	.city-who::after {
		display: none;
	}

	.rown {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}

@media (max-width: 700px) {
	.city {
		padding: 48px 20px 56px;
	}

	.city-hero h1 {
		font-size: 44px;
		line-height: 1;
	}

	.city .huge {
		font-size: 36px;
	}

	.city .big {
		font-size: 31px;
	}

	.city .lead,
	.city-cols p,
	.city-work-grid ul {
		font-size: 16px;
	}

	.city-btns .b1,
	.city-btns .btn-mail {
		width: 100%;
	}

	.city-photo {
		margin-top: 48px;
	}

	.city-photo img {
		height: 300px;
	}

	.city-badge {
		position: static;
		border-radius: 0 0 12px 12px;
		padding: 16px 20px;
	}

	.city-long,
	.city-work,
	.city-who,
	.city-direct,
	.city-rev,
	.city-cta {
		margin-top: 64px;
	}

	.city-cols {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-top: 32px;
		padding-top: 28px;
	}

	.city-dark {
		padding: 36px 24px;
		margin-top: 64px;
		border-radius: 16px;
	}

	.city-dark .qmark {
		font-size: 120px;
		right: 16px;
		top: 4px;
	}

	.city-dark .dq {
		font-size: 24px;
	}

	.city-doc img {
		height: 340px;
	}

	.city-facts {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.city-q {
		margin: 64px -20px 0;
		padding: 48px 20px;
	}

	.rowq {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 22px 0;
	}

	.painline {
		font-size: 21px;
		padding: 16px 0;
	}

	.city-direct p {
		font-size: 24px;
	}

	.revcard {
		padding: 96px 24px 32px;
	}

	.revcard .quote {
		top: -22px;
		left: 12px;
		transform: none;
		font-size: 130px;
	}

	.revcard p {
		font-size: 19px;
	}
}
