/*
 * City pages render the real Helveti Platform homepage. This small bridge
 * supplies local bundled photography and the city editorial section only.
 */
body.hseo-platform-city-page{margin:0!important;background:#fbf8f2!important}
body.hseo-platform-city-page>header,
body.hseo-platform-city-page>footer{display:none!important}

.hseo-platform-connected .hpf-browser-image{
	background-image:linear-gradient(90deg,rgba(8,13,10,.74),rgba(8,13,10,.08)),url("images/city-hero.webp")!important
}
.hseo-platform-connected .hpf-business-photo{
	background-image:url("images/website-growth.webp")!important
}

/*
 * Builder 7.3.1 and Platform 4.3.8 are the source of truth for template
 * photography, local fallbacks, card layout, hover effects and reveal motion.
 * SEO deliberately does not restyle .hwb-market-card or .hwb-market-shot.
 */

/* City-specific editorial motion only. */
.hseo-platform-connected .hseo-city-editorial-layout>*.hseo-motion-ready{
	opacity:0;
	transform:translateY(28px);
	transition:opacity .65s ease var(--hseo-delay,0ms),transform .65s cubic-bezier(.2,.72,.22,1) var(--hseo-delay,0ms)
}
.hseo-platform-connected .hseo-city-editorial-layout>*.hseo-motion-in{
	opacity:1;
	transform:translateY(0)
}

/* Gold Helveti back-to-top button with a clear black outline. */
.hseo-platform-connected .hpf-back-to-top{
	background:#c98b4f!important;
	border:2px solid #111713!important;
	color:#111713!important;
	box-shadow:0 10px 30px rgba(17,23,19,.24),0 0 0 3px rgba(201,139,79,.24)!important
}
.hseo-platform-connected .hpf-back-to-top:hover,
.hseo-platform-connected .hpf-back-to-top:focus-visible{
	background:#e0a360!important;
	border-color:#000!important;
	color:#000!important;
	outline:3px solid rgba(201,139,79,.28)!important
}
.hseo-platform-connected .hseo-city-editorial{background:#fff!important}
.hseo-platform-connected .hseo-city-editorial .hpf-section-head{margin-bottom:42px}
.hseo-city-editorial-layout{
	display:grid;
	grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
	gap:54px;
	align-items:start
}
.hseo-city-editorial-copy{
	color:#4f5b54;
	font-size:17px;
	line-height:1.8
}
.hseo-city-editorial-copy h2,
.hseo-city-editorial-copy h3{
	color:#17241e;
	font-family:Georgia,serif;
	line-height:1.12
}
.hseo-city-editorial-copy h2{font-size:clamp(30px,3vw,44px);margin:42px 0 16px}
.hseo-city-editorial-copy h3{font-size:26px;margin:32px 0 12px}
.hseo-city-editorial-copy p{margin:0 0 18px}
.hseo-city-editorial-copy ul{padding-left:22px;margin:0 0 22px}
.hseo-city-editorial-copy a{color:#a86832;font-weight:800}
.hseo-city-editorial-layout figure{
	position:sticky;
	top:118px;
	margin:0;
	overflow:hidden;
	border-radius:22px;
	box-shadow:0 24px 60px rgba(23,36,30,.16)
}
.hseo-city-editorial-layout img{display:block;width:100%;min-height:480px;object-fit:cover}

/* 1.7.0: complete local information architecture. */
.hseo-platform-connected .hseo-city-facts{background:#f5efe5!important}
.hseo-city-fact-grid{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:14px
}
.hseo-city-fact-grid article{
	position:relative;
	min-height:170px;
	padding:26px;
	overflow:hidden;
	border:1px solid rgba(23,36,30,.1);
	border-radius:20px;
	background:#fff;
	box-shadow:0 14px 35px rgba(23,36,30,.07)
}
.hseo-city-fact-grid article:before{
	content:"";
	position:absolute;
	inset:0 auto 0 0;
	width:5px;
	background:linear-gradient(#d62b1f,#c98b4f)
}
.hseo-city-fact-grid small{
	display:block;
	margin-bottom:20px;
	color:#8b5d35;
	font-size:11px;
	font-weight:900;
	letter-spacing:.16em;
	text-transform:uppercase
}
.hseo-city-fact-grid strong{
	display:block;
	max-width:88%;
	color:#17241e;
	font-family:Georgia,serif;
	font-size:clamp(20px,2vw,28px);
	line-height:1.12
}
.hseo-city-fact-grid span{
	position:absolute;
	right:18px;
	bottom:10px;
	color:rgba(214,43,31,.12);
	font-size:52px;
	font-weight:950
}
.hseo-platform-connected .hseo-city-concepts{background:#17241e!important;color:#fff}
.hseo-city-concepts .hpf-section-head h2,
.hseo-city-concepts .hpf-section-head p{color:#fff!important}
.hseo-city-concepts .hpf-kicker{color:#dfaa72!important}
.hseo-city-concept-grid{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:1px;
	overflow:hidden;
	border:1px solid rgba(255,255,255,.14);
	border-radius:22px;
	background:rgba(255,255,255,.14)
}
.hseo-city-concept-grid article{
	min-height:270px;
	padding:30px 26px;
	background:#1d2d25;
	transition:background .25s ease,transform .25s ease
}
.hseo-city-concept-grid article:hover{background:#263b31;transform:translateY(-3px)}
.hseo-city-concept-grid span{color:#dfaa72;font-size:12px;font-weight:900;letter-spacing:.15em}
.hseo-city-concept-grid h3{
	margin:70px 0 15px;
	color:#fff;
	font-family:Georgia,serif;
	font-size:27px;
	line-height:1.1
}
.hseo-city-concept-grid p{margin:0;color:#c8d2cc;font-size:15px;line-height:1.65}
.hseo-platform-connected .hseo-city-checklist{
	display:grid;
	grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);
	gap:68px;
	align-items:center;
	background:#fff!important
}
.hseo-city-check-copy h2{
	margin:15px 0 20px;
	color:#17241e;
	font-family:Georgia,serif;
	font-size:clamp(36px,4.5vw,62px);
	line-height:1.03
}
.hseo-city-check-copy p{margin:0 0 28px;color:#5b665f;font-size:17px;line-height:1.7}
.hseo-city-checklist ol{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:14px;
	margin:0;
	padding:0;
	counter-reset:hseo-check;
	list-style:none
}
.hseo-city-checklist li{
	position:relative;
	min-height:118px;
	padding:24px 20px 20px 62px;
	border:1px solid #e5ded2;
	border-radius:18px;
	background:#fbf8f2;
	color:#223229;
	font-size:15px;
	font-weight:800;
	line-height:1.4;
	counter-increment:hseo-check
}
.hseo-city-checklist li:before{
	content:counter(hseo-check);
	position:absolute;
	top:22px;
	left:18px;
	display:grid;
	width:30px;
	height:30px;
	place-items:center;
	border-radius:50%;
	background:#d62b1f;
	color:#fff;
	font-size:12px;
	font-weight:900
}
.hseo-platform-connected .hseo-city-local-faq{background:#f5efe5!important}
.hseo-city-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hseo-city-faq-grid details{
	align-self:start;
	border:1px solid rgba(23,36,30,.1);
	border-radius:18px;
	background:#fff;
	box-shadow:0 12px 30px rgba(23,36,30,.05)
}
.hseo-city-faq-grid summary{
	display:flex;
	gap:18px;
	align-items:center;
	justify-content:space-between;
	padding:22px 24px;
	color:#17241e;
	font-size:17px;
	font-weight:850;
	line-height:1.35;
	cursor:pointer;
	list-style:none
}
.hseo-city-faq-grid summary::-webkit-details-marker{display:none}
.hseo-city-faq-grid summary span{
	display:grid;
	flex:0 0 30px;
	width:30px;
	height:30px;
	place-items:center;
	border-radius:50%;
	background:#17241e;
	color:#fff;
	transition:transform .2s ease
}
.hseo-city-faq-grid details[open] summary span{transform:rotate(45deg);background:#d62b1f}
.hseo-city-faq-grid details p{margin:0;padding:0 24px 24px;color:#5b665f;font-size:15px;line-height:1.7}
.hseo-platform-connected .hseo-city-discover{background:#fff!important}
.hseo-city-discover-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.hseo-city-discover-grid>div{
	padding:30px;
	border-radius:22px;
	background:#17241e;
	box-shadow:0 18px 45px rgba(23,36,30,.12)
}
.hseo-city-discover-grid>div:last-child{background:#8f3f36}
.hseo-city-discover-grid h3{margin:0 0 20px;color:#fff;font-family:Georgia,serif;font-size:28px}
.hseo-city-discover-grid nav{display:grid;gap:1px}
.hseo-city-discover-grid a{
	display:grid;
	grid-template-columns:minmax(0,1fr) auto;
	gap:14px;
	align-items:center;
	padding:14px 0;
	border-bottom:1px solid rgba(255,255,255,.18);
	color:#fff;
	text-decoration:none
}
.hseo-city-discover-grid a time{
	grid-column:1/-1;
	margin-bottom:-9px;
	color:#f4c89d;
	font-size:10px;
	font-weight:900;
	letter-spacing:.12em
}
.hseo-city-discover-grid a span{font-weight:750;line-height:1.35}
.hseo-city-discover-grid a b{color:#f4c89d;font-size:20px;transition:transform .2s ease}
.hseo-city-discover-grid a:hover b{transform:translateX(5px)}
.hseo-city-empty{margin:0;color:#fff;line-height:1.7}
@media(max-width:900px){
	.hseo-city-editorial-layout{grid-template-columns:1fr;gap:32px}
	.hseo-city-editorial-layout figure{position:static}
	.hseo-city-editorial-layout img{min-height:320px}
	.hseo-city-fact-grid,
	.hseo-city-concept-grid{grid-template-columns:1fr 1fr}
	.hseo-platform-connected .hseo-city-checklist{grid-template-columns:1fr;gap:38px}
}
@media(max-width:620px){
	.hseo-city-editorial-copy{font-size:16px}
	.hseo-city-editorial-layout img{min-height:240px}
	.hseo-city-fact-grid,
	.hseo-city-concept-grid,
	.hseo-city-checklist ol,
	.hseo-city-faq-grid,
	.hseo-city-discover-grid{grid-template-columns:1fr}
	.hseo-city-fact-grid article{min-height:138px;padding:22px}
	.hseo-city-concept-grid article{min-height:auto;padding:24px}
	.hseo-city-concept-grid h3{margin:36px 0 12px;font-size:24px}
	.hseo-city-checklist li{min-height:94px}
	.hseo-city-discover-grid>div{padding:24px 20px}
}
@media(prefers-reduced-motion:reduce){
	.hseo-platform-connected .hpf-float{animation:none!important}
	.hseo-platform-connected .hseo-city-editorial-layout>*{
		opacity:1!important;
		transform:none!important;
		transition:none!important
	}
}
