/**
 * AllOfBD Diaspora Hubs — editorial UI
 */

:root {
	--aob-ink: #0b2e33;
	--aob-teal: #0e4f56;
	--aob-teal-soft: #1a6b74;
	--aob-sand: #f3efe6;
	--aob-paper: #faf8f4;
	--aob-line: rgba(11, 46, 51, 0.12);
	--aob-muted: #5c6b6e;
	--aob-accent: #b08d57;
	--aob-leaf: #1f6b4a;
	--aob-display: "Fraunces", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
	--aob-sans: "Source Sans 3", "Source Sans Pro", "Segoe UI", sans-serif;
}

/* Hide ListingPro generic “Blog” heading / chrome on hub routes */
body.allofbd-diaspora-active .page-heading,
body.allofbd-diaspora-active .blog-post-title,
body.allofbd-diaspora-active .breadcrumb,
body.allofbd-diaspora-active .page-breadcrumb,
body.allofbd-diaspora-active .listingpro-breadcrumb,
body.allofbd-diaspora-active .lp-header-overlay,
body.allofbd-diaspora-active .page-header,
body.allofbd-diaspora-active .listing-second-style .page-header,
body.allofbd-diaspora-active #page-header,
body.allofbd-diaspora-active .banner-container,
body.allofbd-diaspora-active .lp-page-header,
body.allofbd-diaspora-active .listing-second-view .page-container > .row:first-child .col-md-12 > .page-heading,
body.allofbd-diaspora-active .post-meta-info,
body.allofbd-diaspora-active .bb-breadcrumbs,
body.allofbd-diaspora-active .lp-breadcrumb,
body.allofbd-diaspora-active ul.breadcrumbs,
body.allofbd-diaspora-active .theme-page-heading,
body.allofbd-diaspora-active .related-post,
body.allofbd-diaspora-active .related-posts,
body.allofbd-diaspora-active .lp-related-post,
body.allofbd-diaspora-active article.post:not(.aob-hub__card) > .entry-title,
body.allofbd-hub-page .page-heading {
	display: none !important;
}

body.allofbd-diaspora-active .page-container,
body.allofbd-diaspora-active #content,
body.allofbd-diaspora-active .content-container {
	padding-top: 0 !important;
}

.aob-hub {
	font-family: var(--aob-sans) !important;
	color: var(--aob-ink);
	background:
		radial-gradient(1200px 480px at 12% -10%, rgba(176, 141, 87, 0.14), transparent 55%),
		radial-gradient(900px 420px at 90% 0%, rgba(14, 79, 86, 0.10), transparent 50%),
		linear-gradient(180deg, var(--aob-paper) 0%, #ffffff 42%, var(--aob-sand) 100%);
	min-height: 70vh;
	padding: 0 0 72px;
}

.aob-hub * {
	box-sizing: border-box;
}

.aob-hub__shell {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 22px;
}

.aob-hub__hero {
	position: relative;
	overflow: hidden;
	padding: 56px 0 40px;
	border-bottom: 1px solid var(--aob-line);
	margin-bottom: 40px;
}

.aob-hub__hero::before {
	content: "";
	position: absolute;
	inset: auto -8% -40% auto;
	width: min(420px, 55vw);
	height: min(420px, 55vw);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(14, 79, 86, 0.12), transparent 68%);
	pointer-events: none;
}

.aob-hub__brand {
	font-family: var(--aob-sans);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--aob-teal);
	margin: 0 0 14px;
}

.aob-hub__title,
body.allofbd-diaspora-active .aob-hub__title,
body.allofbd-diaspora-active h1.aob-hub__title,
body.allofbd-diaspora-active h2.aob-hub__title,
body.allofbd-hub-page .aob-hub h1,
body.allofbd-hub-page .aob-hub h2.aob-hub__title {
	font-family: "Fraunces", "Iowan Old Style", "Palatino Linotype", Georgia, serif !important;
	font-weight: 600 !important;
	font-size: clamp(2rem, 4.2vw, 3.35rem);
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: var(--aob-ink);
	margin: 0 0 14px;
	max-width: 18ch;
}

.aob-hub__lede {
	font-size: 1.125rem;
	line-height: 1.55;
	color: var(--aob-muted);
	margin: 0;
	max-width: 42rem;
}

.aob-hub__rule {
	width: 48px;
	height: 2px;
	background: var(--aob-accent);
	margin: 22px 0 0;
	border: 0;
}

.aob-hub__crumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	font-size: 13px;
	color: var(--aob-muted);
	margin: 0 0 18px;
}

.aob-hub__crumb a {
	color: var(--aob-teal);
	text-decoration: none;
	font-weight: 600;
}

.aob-hub__crumb a:hover {
	text-decoration: underline;
}

.aob-hub__crumb span {
	opacity: 0.45;
}

.aob-hub__meta {
	margin-top: 18px;
	font-size: 0.95rem;
	color: var(--aob-muted);
}

/* Country directory — editorial rows, not dark cards / pills */
.aob-hub__directory {
	display: grid;
	gap: 0;
	border-top: 1px solid var(--aob-line);
}

.aob-hub__country {
	display: grid;
	grid-template-columns: minmax(160px, 240px) 1fr;
	gap: 20px 36px;
	padding: 28px 0;
	border-bottom: 1px solid var(--aob-line);
	align-items: start;
	animation: aob-hub-rise 0.55s ease both;
}

.aob-hub__country:nth-child(2) { animation-delay: 0.04s; }
.aob-hub__country:nth-child(3) { animation-delay: 0.08s; }
.aob-hub__country:nth-child(4) { animation-delay: 0.12s; }
.aob-hub__country:nth-child(5) { animation-delay: 0.16s; }
.aob-hub__country:nth-child(6) { animation-delay: 0.2s; }

@keyframes aob-hub-rise {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

.aob-hub__country-name {
	font-family: var(--aob-display);
	font-size: 1.45rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 6px;
}

.aob-hub__country-name a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--aob-ink);
	text-decoration: none;
}

.aob-hub__country-name a:hover {
	color: var(--aob-teal);
}

.aob-hub__country-flag {
	display: block;
	width: 28px;
	height: 21px;
	object-fit: cover;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(11, 46, 51, 0.12);
	flex-shrink: 0;
}

.aob-hub__friendship {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	margin: 0 0 12px;
	max-width: 28rem;
}

.aob-hub__friendship--inline {
	margin: 0 0 10px;
	gap: 6px 8px;
}

.aob-hub__flag {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.aob-hub__flag img {
	display: block;
	width: 36px;
	height: 27px;
	object-fit: cover;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35), 0 1px 3px rgba(0, 0, 0, 0.22);
}

.aob-hub__friendship--inline .aob-hub__flag img {
	width: 26px;
	height: 20px;
	box-shadow: 0 0 0 1px rgba(11, 46, 51, 0.12);
}

.aob-hub__friendship-bond {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--aob-accent);
}

.aob-hub__friendship-dot {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: currentColor;
	opacity: 0.7;
}

.aob-hub__friendship-heart {
	font-size: 0.72rem;
	line-height: 1;
	color: #c45c5c;
}

.aob-hub__friendship-text {
	flex: 1 1 100%;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.82);
}

.aob-hub:not(.aob-hub--has-media) .aob-hub__friendship-text,
.aob-hub__friendship--inline .aob-hub__friendship-text {
	color: var(--aob-leaf);
	font-size: 0.68rem;
	letter-spacing: 0.12em;
}

.aob-hub--has-media .aob-hub__friendship-bond {
	color: #d4b87a;
}

.aob-hub--has-media .aob-hub__friendship-heart {
	color: #f0c4c4;
}

.aob-hub--country .aob-hub__friendship {
	margin-bottom: 10px;
}

.aob-hub__cities {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 0;
	margin: 0;
	padding: 4px 0 0;
	list-style: none;
}

.aob-hub__cities li {
	display: inline;
	font-size: 1.02rem;
	line-height: 1.7;
}

.aob-hub__cities a {
	color: var(--aob-teal-soft);
	text-decoration: none;
	font-weight: 600;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.aob-hub__cities a:hover {
	color: var(--aob-ink);
	border-bottom-color: var(--aob-accent);
}

.aob-hub__cities .aob-hub__sep {
	color: rgba(11, 46, 51, 0.28);
	margin: 0 10px;
	font-weight: 400;
	user-select: none;
}

.aob-hub__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 22px;
	padding: 12px 18px;
	background: var(--aob-ink);
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 650;
	font-size: 0.95rem;
	letter-spacing: 0.02em;
	border-radius: 2px;
	transition: background 0.2s ease, transform 0.2s ease;
}

.aob-hub__cta:hover {
	background: var(--aob-teal);
	transform: translateY(-1px);
}

.aob-hub__footnote {
	margin: 28px 0 0;
	font-size: 0.95rem;
	color: var(--aob-muted);
	max-width: 40rem;
}

/* Compact homepage / dashboard strip */
.aob-hub--compact {
	padding: 0;
	margin: 28px 0;
	background: transparent;
}

.aob-hub--compact .aob-hub__hero {
	padding: 0 0 20px;
	margin-bottom: 8px;
	border-bottom: none;
}

.aob-hub--compact .aob-hub__title {
	font-size: clamp(1.55rem, 2.8vw, 2rem);
	max-width: none;
}

.aob-hub--compact .aob-hub__directory {
	border-top: 1px solid var(--aob-line);
}

.aob-hub--compact .aob-hub__country {
	padding: 18px 0;
	grid-template-columns: minmax(140px, 200px) 1fr;
}

.aob-hub--compact .aob-hub__shell {
	padding: 22px 24px 8px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--aob-line);
	backdrop-filter: blur(8px);
}

/* Country city grid (legacy) */
.aob-hub__city-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 12px;
	margin-top: 8px;
}

.aob-hub__city-link {
	display: block;
	padding: 18px 16px;
	border: 1px solid var(--aob-line);
	background: rgba(255, 255, 255, 0.7);
	color: var(--aob-ink);
	text-decoration: none;
	font-family: var(--aob-display);
	font-size: 1.15rem;
	font-weight: 550;
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.aob-hub__city-link:hover {
	border-color: var(--aob-teal);
	background: #fff;
	transform: translateY(-2px);
}

/* —— Country hub: place-led editorial —— */
.aob-hub--country {
	position: relative;
	isolation: isolate;
	padding-bottom: 96px;
	background:
		linear-gradient(180deg, #ffffff 0%, var(--aob-paper) 55%, var(--aob-sand) 100%);
}

.aob-hub__hero-band {
	position: relative;
	min-height: min(58vh, 560px);
	display: flex;
	align-items: flex-end;
	margin-bottom: 8px;
	overflow: hidden;
	animation: aob-atmosphere-in 0.9s ease both;
}

/* Country hubs: compact hero so city actions stay near first paint */
.aob-hub--country .aob-hub__hero-band {
	min-height: 0;
	height: auto;
	max-height: none;
	align-items: flex-end;
	margin-bottom: 0;
}

.aob-hub--country .aob-hub__hero-band::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 28px;
	background: linear-gradient(180deg, transparent, var(--aob-paper));
	z-index: 2;
	pointer-events: none;
}

.aob-hub--country.aob-hub--has-media .aob-hub__hero-band {
	min-height: min(38vh, 340px);
}

.aob-hub--country .aob-hub__hero-copy {
	padding-top: 40px;
	padding-bottom: 28px;
}

.aob-hub--country .aob-hub__title--wide {
	max-width: 14ch !important;
	font-size: clamp(1.85rem, 4vw, 2.55rem) !important;
	margin-bottom: 8px;
}

.aob-hub--country .aob-hub__lede {
	font-size: clamp(0.98rem, 1.5vw, 1.12rem);
	line-height: 1.45;
	max-width: 34rem;
	margin-bottom: 10px;
}

.aob-hub--country .aob-hub__rule {
	margin: 10px 0 12px;
}

.aob-hub--country .aob-hub__meta {
	margin: 0;
	font-size: 0.88rem;
	letter-spacing: 0.04em;
}

.aob-hub--country .aob-hub__brand {
	margin-bottom: 6px;
}

.aob-hub--country .aob-hub__crumb {
	margin-bottom: 10px;
}

.aob-hub__hero-media {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center 40%;
	transform: none;
	filter: saturate(1.05) contrast(1.08) brightness(0.98);
	animation: none;
}

.aob-hub--country .aob-hub__hero-media {
	/* Keep place readable — no soft ken-burns / heavy blur feel */
	transform: none;
	filter: saturate(1.08) contrast(1.1);
}

@keyframes aob-media-ken {
	from { transform: scale(1.02); }
	to { transform: scale(1.08); }
}

.aob-hub__hero-shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(11, 46, 51, 0.22) 0%, rgba(11, 46, 51, 0.38) 48%, rgba(11, 46, 51, 0.72) 100%),
		linear-gradient(105deg, rgba(31, 107, 74, 0.22) 0%, transparent 48%);
}

.aob-hub--country .aob-hub__hero-shade {
	background:
		linear-gradient(180deg, rgba(11, 46, 51, 0.18) 0%, rgba(11, 46, 51, 0.32) 45%, rgba(11, 46, 51, 0.68) 100%),
		linear-gradient(100deg, rgba(11, 46, 51, 0.35) 0%, transparent 52%);
}

.aob-hub__hero-copy {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: 72px;
	padding-bottom: 48px;
	animation: aob-hub-rise 0.7s ease both;
}

.aob-hub--has-media .aob-hub__crumb,
.aob-hub--has-media .aob-hub__crumb span {
	color: rgba(255, 255, 255, 0.72);
}

.aob-hub--has-media .aob-hub__crumb a {
	color: #fff;
}

.aob-hub--has-media .aob-hub__brand {
	color: #d4b87a;
}

.aob-hub--has-media .aob-hub__title,
.aob-hub--has-media .aob-hub__lede,
.aob-hub--has-media .aob-hub__meta {
	color: #fff !important;
}

.aob-hub--has-media .aob-hub__lede {
	opacity: 0.9;
	max-width: 38rem;
}

.aob-hub--has-media .aob-hub__rule {
	background: linear-gradient(90deg, #1f6b4a, #d4b87a);
	width: 72px;
}

.aob-hub__atmosphere {
	position: absolute;
	inset: 0 0 auto 0;
	height: min(520px, 70vh);
	z-index: -1;
	pointer-events: none;
	background:
		radial-gradient(ellipse 80% 60% at 8% 0%, rgba(31, 107, 74, 0.14), transparent 55%),
		radial-gradient(ellipse 70% 50% at 92% 10%, rgba(176, 141, 87, 0.18), transparent 50%),
		repeating-linear-gradient(
			-18deg,
			transparent,
			transparent 11px,
			rgba(11, 46, 51, 0.03) 11px,
			rgba(11, 46, 51, 0.03) 12px
		);
	mask-image: linear-gradient(180deg, #000 40%, transparent 100%);
	animation: aob-atmosphere-in 1.1s ease both;
}

@keyframes aob-atmosphere-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

.aob-hub__title--wide {
	max-width: 16ch !important;
}

.aob-hub--country:not(.aob-hub--has-media) .aob-hub__brand {
	color: var(--aob-leaf);
}

.aob-hub--country:not(.aob-hub--has-media) .aob-hub__rule {
	background: linear-gradient(90deg, var(--aob-leaf), var(--aob-accent));
	width: 72px;
}

.aob-hub__body {
	padding-top: 8px;
}

.aob-hub--country .aob-hub__body {
	padding-top: 18px;
}

.aob-hub__cue {
	margin: 0 0 22px;
	max-width: 36rem;
	font-size: 1.02rem;
	line-height: 1.45;
	color: var(--aob-muted);
}

.aob-hub__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
	gap: 40px 48px;
	align-items: start;
}

.aob-hub__aside {
	position: sticky;
	top: 96px;
	padding: 18px 16px;
	border-top: 2px solid var(--aob-accent);
	background: rgba(255, 255, 255, 0.88);
	border-right: 1px solid var(--aob-line);
	border-bottom: 1px solid var(--aob-line);
	border-left: 1px solid var(--aob-line);
}

.aob-hub__aside-label {
	margin: 0 0 10px;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--aob-leaf);
}

.aob-hub__aside-list {
	margin: 0 0 12px;
	padding: 0 0 0 1.05em;
	color: var(--aob-ink);
	font-size: 0.9rem;
	line-height: 1.45;
}

.aob-hub__aside-list li {
	margin-bottom: 6px;
}

.aob-hub__aside-note {
	margin: 0;
	padding-top: 12px;
	border-top: 1px solid var(--aob-line);
	font-size: 0.8rem;
	line-height: 1.45;
	color: var(--aob-muted);
}

.aob-hub__aside-regions {
	margin: 0 0 14px;
	padding-top: 12px;
	border-top: 1px solid var(--aob-line);
	font-size: 0.82rem;
	line-height: 1.45;
	letter-spacing: 0.02em;
	color: var(--aob-leaf);
	font-weight: 600;
}

@media (max-width: 900px) {
	.aob-hub__layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.aob-hub__aside {
		position: static;
	}
}

.aob-hub__pull {
	margin: 8px 0 28px;
	padding: 22px 0 22px 22px;
	border-left: 3px solid var(--aob-accent);
	max-width: 40rem;
	animation: aob-hub-rise 0.7s ease 0.08s both;
}

.aob-hub__pull p {
	margin: 0;
	font-family: var(--aob-display);
	font-size: clamp(1.15rem, 2.2vw, 1.4rem);
	font-weight: 500;
	line-height: 1.45;
	color: var(--aob-ink);
	font-style: italic;
}

.aob-hub__spotlight {
	margin: 0 0 24px;
	padding: 0 0 4px;
	border-top: none;
	animation: aob-hub-rise 0.65s ease 0.1s both;
}

.aob-hub__spotlight-label {
	margin: 0 0 14px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--aob-leaf);
}

.aob-hub__spotlight-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 14px;
}

.aob-hub__spotlight-link {
	display: block;
	padding: 12px 14px;
	text-decoration: none;
	color: inherit;
	border: 1px solid var(--aob-line);
	border-left: 3px solid var(--aob-accent);
	background: rgba(255, 255, 255, 0.9);
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.aob-hub__spotlight-link:hover,
.aob-hub__spotlight-link:focus-visible {
	background: rgba(31, 107, 74, 0.06);
	border-color: rgba(31, 107, 74, 0.35);
	outline: none;
	transform: translateY(-1px);
}

.aob-hub__spotlight-name {
	display: block;
	font-family: var(--aob-display);
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--aob-ink);
	line-height: 1.25;
	margin-bottom: 4px;
}

.aob-hub__spotlight-note {
	display: block;
	font-size: 0.86rem;
	line-height: 1.4;
	color: var(--aob-muted);
}

.aob-hub__region-title {
	margin: 28px 0 0;
	padding: 14px 0 8px;
	font-family: var(--aob-sans);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--aob-leaf);
	border-top: 1px solid var(--aob-line);
}

.aob-hub__region-title:first-of-type {
	margin-top: 8px;
}

.aob-hub__places-head {
	margin: 0 0 10px;
	padding-top: 8px;
	border-top: 1px solid var(--aob-line);
}

.aob-hub__places-title {
	font-family: var(--aob-display) !important;
	font-size: clamp(1.45rem, 2.5vw, 1.85rem);
	font-weight: 600;
	margin: 18px 0 8px;
	color: var(--aob-ink);
}

.aob-hub__places-lede {
	margin: 0;
	color: var(--aob-muted);
	font-size: 1.02rem;
	max-width: 36rem;
}

.aob-hub__place-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--aob-line);
}

.aob-hub__place {
	animation: aob-hub-rise 0.55s ease both;
	animation-delay: calc(0.05s * var(--aob-i, 0));
}

.aob-hub__place-link {
	display: grid;
	grid-template-columns: 88px 1fr auto;
	gap: 16px 20px;
	align-items: center;
	padding: 16px 4px;
	border-bottom: 1px solid var(--aob-line);
	text-decoration: none;
	color: inherit;
	transition: background 0.25s ease, padding-left 0.25s ease;
}

.aob-hub__place-link:hover,
.aob-hub__place-link:focus-visible {
	background: rgba(31, 107, 74, 0.05);
	padding-left: 8px;
	outline: none;
}

.aob-hub__place-thumb {
	display: block;
	width: 88px;
	height: 64px;
	border-radius: 2px;
	background-size: cover;
	background-position: center;
	filter: saturate(1.05);
}

.aob-hub__place-mono {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 64px;
	border-radius: 2px;
	background:
		linear-gradient(145deg, rgba(31, 107, 74, 0.12), rgba(176, 141, 87, 0.16)),
		#f3f6f5;
	border: 1px solid var(--aob-line);
}

.aob-hub__place-mono span {
	font-family: var(--aob-display);
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: var(--aob-leaf);
}

.aob-hub__place-index {
	font-family: var(--aob-sans);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--aob-accent);
}

.aob-hub__place-name {
	display: block;
	font-family: var(--aob-display);
	font-size: clamp(1.25rem, 2.4vw, 1.55rem);
	font-weight: 600;
	color: var(--aob-ink);
	line-height: 1.2;
	margin-bottom: 4px;
	transition: color 0.2s ease;
}

.aob-hub__place-link:hover .aob-hub__place-name {
	color: var(--aob-leaf);
}

.aob-hub__place-note {
	display: block;
	font-size: 0.95rem;
	color: var(--aob-muted);
	line-height: 1.4;
}

.aob-hub__place-go {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--aob-teal);
	opacity: 0;
	transform: translateX(-6px);
	transition: opacity 0.25s ease, transform 0.25s ease;
	white-space: nowrap;
}

.aob-hub__place-link:hover .aob-hub__place-go,
.aob-hub__place-link:focus-visible .aob-hub__place-go {
	opacity: 1;
	transform: translateX(0);
}

@media (max-width: 800px) {
	.aob-hub__hero-band {
		min-height: min(52vh, 420px);
	}

	.aob-hub--country.aob-hub--has-media .aob-hub__hero-band {
		min-height: min(32vh, 260px);
	}

	.aob-hub--country .aob-hub__hero-copy {
		padding-top: 32px;
		padding-bottom: 22px;
	}

	.aob-hub__spotlight-list {
		grid-template-columns: 1fr;
	}

	.aob-hub__place-link {
		grid-template-columns: 72px 1fr;
	}

	.aob-hub__place-thumb,
	.aob-hub__place-mono {
		width: 72px;
		height: 56px;
	}

	.aob-hub__place-go {
		display: none;
	}

	.aob-hub__hero-copy {
		padding-top: 48px;
		padding-bottom: 36px;
	}
}

/* City hub detail */
.aob-hub__panels {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin: 28px 0 36px;
}

.aob-hub__panel {
	padding: 22px 20px 20px;
	border-top: 2px solid var(--aob-accent);
	background: rgba(255, 255, 255, 0.75);
	border-right: 1px solid var(--aob-line);
	border-bottom: 1px solid var(--aob-line);
	border-left: 1px solid var(--aob-line);
}

.aob-hub__panel h3 {
	font-family: var(--aob-display);
	font-size: 1.2rem;
	margin: 0 0 8px;
	font-weight: 600;
}

.aob-hub__panel p {
	margin: 0 0 14px;
	color: var(--aob-muted);
	font-size: 0.95rem;
	line-height: 1.5;
}

.aob-hub__panel a {
	color: var(--aob-teal);
	font-weight: 700;
	text-decoration: none;
	font-size: 0.92rem;
}

.aob-hub__panel a:hover {
	text-decoration: underline;
}

.aob-hub__section {
	margin: 0 0 32px;
	padding: 28px 0 0;
	border-top: 1px solid var(--aob-line);
}

.aob-hub__section h2 {
	font-family: var(--aob-display);
	font-size: 1.65rem;
	font-weight: 600;
	margin: 0 0 18px;
}

.aob-hub__cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 18px;
}

.aob-hub__card {
	background: #fff;
	border: 1px solid var(--aob-line);
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.aob-hub__card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(11, 46, 51, 0.08);
}

.aob-hub__card img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	display: block;
}

.aob-hub__card-body {
	padding: 14px 16px 16px;
}

.aob-hub__card-body h3 {
	margin: 0 0 6px;
	font-size: 1.02rem;
	font-weight: 700;
}

.aob-hub__card-body h3 a {
	color: var(--aob-ink);
	text-decoration: none;
}

.aob-hub__card-body p {
	margin: 0 0 10px;
	font-size: 0.9rem;
	color: var(--aob-muted);
}

.aob-hub__card-body > a {
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--aob-teal);
	text-decoration: none;
}

.aob-hub__empty {
	color: var(--aob-muted);
	font-size: 0.95rem;
	margin: 0;
}

@media (max-width: 800px) {
	.aob-hub__country,
	.aob-hub--compact .aob-hub__country {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.aob-hub__panels {
		grid-template-columns: 1fr;
	}

	.aob-hub__hero {
		padding-top: 36px;
	}
}
