/**
 * Cornwall walks explorer — Map-First neo-brutalist hub.
 * Shares duchy-explorer shell; tokens from duchy-walks-theme.css.
 *
 * @package The_Duchy
 */

.duchy-explorer--walks.walks-hub {
	font-family: var(--duchy-walk-font);
	background: var(--duchy-walk-paper);
	padding-bottom: 0;
}

/* Desktop: fill under sticky chrome without locking body scroll
   (body overflow:hidden broke sticky/pinned .duchy-explorer-cross-nav). */
@media (min-width: 901px) {
	.duchy-explorer--walks.walks-hub {
		display: flex;
		flex-direction: column;
		min-height: calc(100dvh - var(--nav-stack, var(--duchy-sticky-subheader, 148px)));
	}
	.duchy-explorer--walks .walks-hub__wrap,
	.duchy-explorer--walks .walks-explorer-wrap {
		flex: 1 1 auto;
		min-height: min(70vh, 720px);
		height: min(78vh, 820px);
		max-height: calc(100dvh - var(--nav-stack, var(--duchy-sticky-subheader, 148px)) - 5.5rem);
	}
}

/* Compact page chrome — map/data get the vertical space. */
.walks-hub__header {
	max-width: 1440px;
	padding: 0.45rem 1.5rem 0;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.25rem 0.75rem;
}

.walks-hub__eyebrow {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--duchy-walk-pink);
	margin: 0;
	line-height: 1;
}

.walks-hub__title {
	margin: 0 !important;
	font-family: var(--duchy-walk-display);
	font-weight: 800;
	font-size: clamp(1.25rem, 2.4vw, 1.65rem) !important;
	line-height: 1.15;
	text-transform: none;
	letter-spacing: normal;
	color: var(--duchy-walk-ink);
}

/* Long blurb is redundant with the map float + trail picker — keep for a11y/SEO. */
.walks-hub__intro {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.duchy-explorer--walks .duchy-explorer-cross-nav {
	/* Full-bleed strip; colours come from duchy-explorer.css */
	max-width: none;
	margin: 0;
	padding: 0;
}

/* Map + sidebar — map-first split (sidebar fills its grid column; no grey gap) */
.duchy-explorer--walks .walks-hub__wrap,
.duchy-explorer--walks .walks-explorer-wrap {
	background: #e2e8f0;
	border-top: 4px solid #000;
	max-width: none;
	margin: 0;
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(340px, 1.15fr);
	min-height: 420px;
}

.duchy-explorer--walks .walks-hub__map,
.duchy-explorer--walks .walks-explorer-canvas {
	position: relative;
	min-height: 0;
	height: 100%;
	border-right: 4px solid #000;
}

/* Beat duchy-explorer.css fixed 320px sidebar so the panel fills the grid track. */
.duchy-explorer--walks .walks-hub__sidebar,
.duchy-explorer--walks .walks-explorer-sidebar {
	flex: none !important;
	width: auto !important;
	min-width: 0;
	max-width: none;
	height: 100%;
	border-left: 0;
}

.duchy-explorer--walks #walks-explorer-map {
	position: absolute;
	inset: 0;
	z-index: 1;
}

/* Floating hero label over map — see-through so pins/trail under it stay usable */
.walks-hub__float {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 500;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	pointer-events: none;
	max-width: min(320px, calc(100% - 2rem));
}

.walks-hub__float-card {
	pointer-events: none;
	background: rgba(255, 255, 255, 0.42);
	border: 2px solid rgba(0, 0, 0, 0.45);
	box-shadow: none;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	padding: 0.75rem 0.95rem;
	transform: none;
}

.walks-hub__float-kicker {
	display: block;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--duchy-walk-pink);
	margin-bottom: 0.25rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}

.walks-hub__float-h {
	display: block;
	font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
	font-weight: 800;
	font-size: 1.35rem;
	line-height: 1.15;
	text-transform: none;
	letter-spacing: normal;
	color: #111;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.walks-hub__float-sub {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.8rem;
	font-weight: 600;
	color: #334155;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}

/* Coastal / Inland — trail-picker filters (not on the map) */
.walks-explorer-type-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin: 0 0 1rem;
}

.walks-explorer-type-filters__btn {
	flex: 1 1 0;
	min-width: 7.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	margin: 0;
	padding: 0.55rem 0.75rem;
	border: 3px solid #000;
	border-radius: 0;
	background: #fff;
	color: #000;
	font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
	font-weight: 700;
	font-size: 0.8rem;
	text-transform: none;
	letter-spacing: normal;
	box-shadow: 3px 3px 0 #000;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease, opacity 0.12s ease;
}

.walks-explorer-type-filters__btn.is-on {
	background: var(--duchy-walk-cyan, #5dd9d0);
}

.walks-explorer-type-filters__btn:hover,
.walks-explorer-type-filters__btn:focus-visible {
	transform: translate(-2px, -2px);
	box-shadow: 4px 4px 0 #000;
	opacity: 1;
}

.walks-explorer-type-filters__btn:active {
	transform: translate(1px, 1px);
	box-shadow: 1px 1px 0 #000;
}

.walks-explorer-type-filters__btn:not(.is-on) {
	opacity: 0.55;
	box-shadow: none;
	background: #f3f4f6;
}

.walks-explorer-type-filters__btn:focus-visible {
	outline: 3px solid #000;
	outline-offset: 2px;
}

.walks-explorer-type-filters__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.5rem;
	padding: 0.1rem 0.35rem;
	border: 2px solid #000;
	background: #fff;
	font-size: 0.68rem;
	font-weight: 900;
	line-height: 1.2;
}

/* Sidebar */
.duchy-explorer--walks .walks-hub__sidebar,
.duchy-explorer--walks .walks-explorer-sidebar {
	background: #fff;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.duchy-explorer--walks .walks-hub__side-head,
.duchy-explorer--walks .walks-explorer-sidebar__head {
	background: #fff;
	color: #000;
	border-bottom: 3px solid #000;
	padding: 0.65rem 1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.55rem;
	flex-wrap: nowrap;
}

.duchy-explorer--walks .walks-hub__side-head h2,
.duchy-explorer--walks .walks-explorer-sidebar__head h2 {
	margin: 0;
	font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
	font-weight: 800;
	font-size: 1.05rem;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.2;
	flex: 0 1 auto;
	min-width: 0;
}

.walks-explorer-back--head {
	width: auto !important;
	margin: 0 0 0 auto;
	padding: 0.28rem 0.55rem;
	font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: none;
	letter-spacing: normal;
	border: 3px solid #ff3399;
	border-radius: 8px;
	background: var(--xnav-walks, var(--ch-sd-green, #5ed991));
	color: var(--xnav-walks-fg, var(--ch-sd-green-fg, #0f3d24));
	box-shadow: 0 0 0 2px rgba(255, 51, 153, 0.28), 2px 2px 0 #000;
	flex: 0 0 auto;
	line-height: 1.2;
	cursor: pointer;
	transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

.walks-explorer-back--head:hover,
.walks-explorer-back--head:focus-visible {
	transform: translate(-2px, -2px);
	border-color: #ff3399;
	box-shadow: 0 0 0 3px rgba(255, 51, 153, 0.4), 4px 4px 0 #000;
	outline: none;
}

.walks-explorer-back--head:active {
	transform: translate(1px, 1px);
	box-shadow: 0 0 0 2px rgba(255, 51, 153, 0.3), 1px 1px 0 #000;
}

.walks-explorer-back--head[hidden] {
	display: none !important;
}

.duchy-explorer--walks .walks-explorer-sidebar__body {
	padding: 0.75rem 0.9rem 1rem;
	overflow-y: auto;
	flex: 1;
	min-height: 0;
	overscroll-behavior: contain;
}

/* Search */
.walks-explorer-search {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-bottom: 0.85rem;
}

.walks-explorer-search__field {
	position: relative;
	display: flex;
	align-items: center;
}

.walks-explorer-search__icon {
	position: absolute;
	left: 0.75rem;
	font-size: 0.9rem;
	pointer-events: none;
	opacity: 0.55;
}

.walks-explorer-search__input {
	width: 100%;
	padding: 0.7rem 2.2rem 0.7rem 2.2rem;
	border: 3px solid #000;
	border-radius: 14px;
	font-size: 0.95rem;
	font-weight: 700;
	color: #000;
	background: #f1f5f9;
	box-shadow: 3px 3px 0 #000;
}

.walks-explorer-search__input:focus {
	outline: none;
	background: #fff;
}

.walks-explorer-search__clear {
	position: absolute;
	right: 0.45rem;
	border: 0;
	background: transparent;
	font-size: 1.25rem;
	line-height: 1;
	color: #64748b;
	cursor: pointer;
	padding: 0.2rem 0.4rem;
}

.walks-explorer-nearme {
	border: 3px solid #000;
	background: #fff;
	color: #000;
	font-weight: 900;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 0.65rem 0.85rem;
	border-radius: 14px;
	cursor: pointer;
	box-shadow: 3px 3px 0 #000;
	transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.walks-explorer-nearme:hover {
	transform: translate(-2px, -2px);
	box-shadow: 4px 4px 0 #000;
}

.walks-explorer-nearme.is-on {
	background: var(--duchy-walk-yellow);
}

.walks-explorer-nearme:disabled {
	opacity: 0.7;
	cursor: default;
}

/* Results head */
.walks-explorer-results-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.65rem;
}

.walks-explorer-results-count {
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #000;
}

.walks-explorer-results-hint {
	font-size: 0.7rem;
	font-weight: 700;
	color: #94a3b8;
}

.walks-explorer-results {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	margin-bottom: 1.25rem;
	max-height: none;
	overflow: visible;
}

.walks-explorer-empty {
	padding: 1rem;
	border: 3px dashed rgba(0, 0, 0, 0.2);
	border-radius: 1rem;
	font-weight: 700;
	color: #64748b;
	text-align: center;
}

/* Result cards — trail picker style */
.walks-result {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	width: 100%;
	text-align: left;
	background: #f1f5f9;
	border: 3px dashed rgba(0, 0, 0, 0.18);
	border-radius: 1.35rem;
	padding: 0.85rem 0.9rem;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
	font: inherit;
	color: inherit;
}

.walks-result:hover {
	border-style: solid;
	border-color: #000;
	background: #fff;
	transform: translate(-2px, -2px);
	box-shadow: 4px 4px 0 #000;
}

.walks-result:active {
	transform: translate(1px, 1px);
	box-shadow: 1px 1px 0 #000;
}

.walks-result__num {
	flex: 0 0 auto;
	width: 2.4rem;
	height: 2.4rem;
	border: 3px solid #000;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 1.05rem;
	box-shadow: 3px 3px 0 #000;
	background: var(--duchy-walk-cyan);
	color: #000;
}

.walks-result.is-coastal .walks-result__num {
	background: var(--duchy-walk-cyan);
}

.walks-result.is-inland .walks-result__num {
	background: var(--duchy-walk-orange);
	color: #fff;
}

.walks-result.is-curated .walks-result__num {
	background: var(--duchy-walk-purple);
	color: #fff;
}

.walks-result__body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.walks-result__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.5rem;
}

.walks-result__name {
	font-weight: 900;
	font-size: 1rem;
	line-height: 1.15;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	color: #000;
}

.walks-result__diff {
	flex: 0 0 auto;
	font-size: 0.58rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 0.2rem 0.4rem;
	border-radius: 4px;
	background: var(--duchy-walk-yellow);
	color: #000;
}

.walks-result__diff.is-easy { background: var(--duchy-walk-easy); color: #fff; }
.walks-result__diff.is-hard { background: var(--duchy-walk-hard); color: #fff; }

.walks-result__meta {
	font-size: 0.8rem;
	font-weight: 700;
	color: #64748b;
}

.walks-result__facts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.35rem;
	margin-top: 0.35rem;
}

.walks-result__fact {
	background: rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	padding: 0.35rem 0.45rem;
}

.walks-result__fact span {
	display: block;
	font-size: 0.58rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(0, 0, 0, 0.4);
}

.walks-result__fact strong {
	display: block;
	font-size: 0.72rem;
	font-weight: 800;
	color: #000;
	margin-top: 0.1rem;
}

.walks-result__cta {
	display: block;
	margin-top: 0.55rem;
	width: 100%;
	padding: 0.45rem 0.6rem;
	background: #000;
	color: #fff;
	border: 0;
	border-radius: 10px;
	font-family: var(--duchy-walk-display);
	font-weight: 900;
	font-size: 0.62rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	pointer-events: none;
}

.walks-result:hover .walks-result__cta {
	background: var(--duchy-walk-pink);
}

.walks-result.is-active {
	border-style: solid;
	border-color: #000;
	background: #fff;
	box-shadow: 4px 4px 0 #000;
}

/* Essential guide card */
.walks-hub__guide {
	margin-top: 0.5rem;
	padding: 1.15rem 1.2rem;
	background: #000;
	color: #fff;
	border-radius: 1.5rem;
	border: 4px solid var(--duchy-walk-cyan);
	box-shadow: 8px 8px 0 #000;
}

.walks-hub__guide-title {
	margin: 0 0 0.85rem;
	font-family: var(--duchy-walk-display);
	font-weight: 900;
	font-size: 1.15rem;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}

.walks-hub__guide-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.walks-hub__guide-list li {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
}

.walks-hub__guide-list span {
	font-size: 0.65rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.5;
}

.walks-hub__guide-list strong {
	font-size: 0.88rem;
	font-weight: 700;
}

/* Detail panel — Google Search SERP type (Arial metrics from live SERPs). */
.walks-explorer-detail {
	--g-font: Arial, Helvetica, sans-serif;
	--g-ink: #202124;
	--g-muted: #4d5156;
	--g-border: #dadce0;
	--g-radius: 12px;
	--g-pad: 16px;
	--g-h: 20px;          /* section heading / result title */
	--g-h-lh: 26px;
	--g-body: 14px;       /* snippet */
	--g-body-lh: 22px;
	--g-cite: 12px;       /* URL / breadcrumb */
	--g-cite-lh: 18px;
	--g-label: 12px;      /* small caps labels */

	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 0;
	font-family: var(--g-font);
	font-size: var(--g-body);
	line-height: var(--g-body-lh);
	color: var(--g-ink);
	letter-spacing: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.walks-explorer-detail-card {
	background: #fff;
	border: 1px solid var(--g-border);
	border-radius: var(--g-radius);
	padding: 0;
	box-shadow: none;
	overflow: hidden;
	flex: 0 1 auto;
}

.walks-explorer-detail-card__body {
	padding: var(--g-pad);
}

/* Photo place cards (Maps-style overlay title). */
.walks-explorer-place {
	position: relative;
	display: block;
	border-radius: var(--g-radius);
	overflow: hidden;
	border: 3px solid transparent;
	text-decoration: none;
	color: #fff;
	min-height: 7.5rem;
	background: #1e293b;
	box-shadow: none;
	cursor: pointer;
	outline: none;
	transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
	font-family: var(--g-font);
}

.walks-explorer-place:hover,
.walks-explorer-place:focus-visible {
	transform: translate(-2px, -2px);
	border-color: #ff3399;
	box-shadow: 0 0 0 2px rgba(255, 51, 153, 0.35), 4px 4px 0 rgba(0, 0, 0, 0.18);
	outline: none;
}

.walks-explorer-place:active {
	transform: translate(1px, 1px);
	box-shadow: 0 0 0 2px rgba(255, 51, 153, 0.25);
}

.walks-explorer-place--hero {
	border-radius: 12px;
	border: 3px solid transparent;
	min-height: 9.5rem;
	box-shadow: none;
	cursor: pointer;
	outline: none;
	transition: transform 0.12s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.walks-explorer-place--hero:hover,
.walks-explorer-place--hero:focus-visible {
	transform: translate(-2px, -2px);
	border-color: #ff3399;
	box-shadow: 0 0 0 2px rgba(255, 51, 153, 0.35), 4px 4px 0 rgba(0, 0, 0, 0.18);
}

.walks-explorer-place__media,
.walks-explorer-place__media img,
.walks-explorer-place__ph {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.walks-explorer-place__ph {
	background: linear-gradient(135deg, #94a3b8, #475569);
}

.walks-explorer-place__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.72) 100%);
	pointer-events: none;
}

.walks-explorer-place__copy {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 12px 14px 14px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.walks-explorer-place__eyebrow {
	font-family: var(--g-font);
	font-size: var(--g-cite);
	line-height: var(--g-cite-lh);
	font-weight: 400;
	letter-spacing: normal;
	text-transform: none;
	opacity: 0.92;
}

.walks-explorer-place__title {
	font-family: var(--g-font);
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-transform: none;
	letter-spacing: normal;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.walks-explorer-place--hero .walks-explorer-place__title {
	font-size: var(--g-h);
	line-height: var(--g-h-lh);
	font-weight: 700;
}

.walks-explorer-place__meta {
	font-family: var(--g-font);
	font-size: var(--g-cite);
	line-height: var(--g-cite-lh);
	font-weight: 400;
	opacity: 0.92;
}

.walks-explorer-place--hero .walks-explorer-detail-diff {
	position: absolute;
	top: 0.65rem;
	right: 0.65rem;
	z-index: 2;
}

.walks-explorer-nearby {
	margin: 8px 0 0;
}

.walks-explorer-nearby__title {
	margin: 0 0 12px;
	font-family: var(--g-font);
	font-weight: 700;
	font-size: var(--g-h);
	line-height: var(--g-h-lh);
	color: var(--g-ink);
	text-transform: none;
	letter-spacing: normal;
}

.walks-explorer-nearby__empty {
	margin: 0;
	font-family: var(--g-font);
	font-size: var(--g-body);
	line-height: var(--g-body-lh);
	font-weight: 400;
	color: var(--g-muted);
}

.walks-explorer-places {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	padding: 3px;
}

/* Circular category icons — Google Maps–style dock. */
.walks-explorer-poi {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 0.35rem;
	margin: 16px 0 0;
	padding: 4px 0 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.walks-explorer-poi__btn {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	min-width: 3.35rem;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	font-family: var(--g-font);
	color: var(--g-ink);
}

.walks-explorer-poi__circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: var(--poi, #5f6368);
	color: #fff;
	border: 0;
	box-shadow: none;
	transition: box-shadow 0.12s ease, transform 0.12s ease;
}

.walks-explorer-poi__circle svg {
	width: 22px;
	height: 22px;
	display: block;
}

.walks-explorer-poi__label {
	font-family: var(--g-font);
	font-size: var(--g-cite);
	line-height: var(--g-cite-lh);
	font-weight: 400;
	text-align: center;
	text-transform: none;
	letter-spacing: normal;
	color: var(--g-ink);
	max-width: 4.2rem;
}

.walks-explorer-poi__btn:hover .walks-explorer-poi__circle,
.walks-explorer-poi__btn:focus-visible .walks-explorer-poi__circle {
	transform: translate(-2px, -2px);
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.28);
	outline: none;
}

.walks-explorer-poi__btn:active .walks-explorer-poi__circle {
	transform: translate(1px, 1px);
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.walks-explorer-poi__btn.is-active .walks-explorer-poi__circle {
	outline: 2px solid var(--g-ink);
	outline-offset: 2px;
}

.walks-explorer-poi__btn.is-empty,
.walks-explorer-poi__btn:disabled {
	opacity: 0.38;
	cursor: not-allowed;
}

.walks-explorer-poi__btn:disabled:hover .walks-explorer-poi__circle {
	transform: none;
	box-shadow: none;
}

.walks-explorer-detail-card__eyebrow {
	margin: 0 0 0.3rem;
	font-family: var(--g-font);
	font-size: var(--g-cite);
	font-weight: 400;
	letter-spacing: normal;
	text-transform: none;
	color: var(--g-muted);
}

.walks-explorer-detail-title-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.55rem;
	margin-bottom: 0.3rem;
}

.walks-explorer-detail-name {
	font-family: var(--g-font);
	font-weight: 400;
	font-size: var(--g-h);
	line-height: var(--g-h-lh);
	text-transform: none;
	letter-spacing: normal;
	margin: 0;
	flex: 1;
	min-width: 0;
	color: var(--g-ink);
}

.walks-explorer-detail-diff {
	flex: 0 0 auto;
	font-family: var(--g-font);
	font-size: 11px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: normal;
	padding: 0.2rem 0.45rem;
	border-radius: 4px;
	background: var(--duchy-walk-yellow);
	color: #000;
}

.walks-explorer-detail-diff.is-easy { background: var(--duchy-walk-easy); color: #fff; }
.walks-explorer-detail-diff.is-hard { background: var(--duchy-walk-hard); color: #fff; }
.walks-explorer-detail-diff[hidden] { display: none !important; }

.walks-explorer-detail-meta {
	font-family: var(--g-font);
	font-size: var(--g-body);
	line-height: var(--g-body-lh);
	font-weight: 400;
	color: var(--g-muted);
	margin-bottom: 0.75rem;
}

.walks-explorer-detail-facts {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	border: 1px solid var(--g-border);
	border-radius: var(--g-radius);
	overflow: hidden;
	background: #fff;
}

.walks-explorer-detail-facts li {
	background: #fff;
	border-radius: 0;
	padding: 12px var(--g-pad);
	display: flex;
	flex-direction: column;
	gap: 2px;
	border-bottom: 1px solid var(--g-border);
}

.walks-explorer-detail-facts li:last-child {
	border-bottom: 0;
}

.walks-explorer-detail-facts__l {
	font-family: var(--g-font);
	font-size: var(--g-cite);
	line-height: var(--g-cite-lh);
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
	color: var(--g-muted);
}

.walks-explorer-detail-facts__v {
	font-family: var(--g-font);
	font-size: var(--g-body);
	line-height: var(--g-body-lh);
	font-weight: 400;
	color: var(--g-ink);
}

.walks-explorer-detail-note,
.walks-explorer-detail-tips {
	font-family: var(--g-font);
	font-size: var(--g-body);
	font-weight: 400;
	line-height: var(--g-body-lh);
	color: var(--g-muted);
	margin: 0 0 12px;
}

.walks-explorer-detail-tips {
	background: #fff;
	border: 1px solid var(--g-border);
	border-radius: var(--g-radius);
	padding: 12px var(--g-pad);
}

.walks-explorer-detail-tips__label {
	display: block;
	font-family: var(--g-font);
	font-size: var(--g-cite);
	line-height: var(--g-cite-lh);
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
	color: var(--g-muted);
	margin-bottom: 4px;
}

.walks-explorer-detail-circuits {
	margin: 0 0 12px;
}

.walks-explorer-detail-circuits__title {
	margin: 0 0 12px;
	font-family: var(--g-font);
	font-weight: 700;
	font-size: var(--g-h);
	line-height: var(--g-h-lh);
	text-transform: none;
	letter-spacing: normal;
	color: var(--g-ink);
}

.walks-explorer-circuit {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	width: 100%;
	text-align: left;
	background: #fff;
	border: 1px solid var(--g-border);
	border-radius: var(--g-radius);
	padding: 12px var(--g-pad);
	margin: 0 0 12px;
	cursor: pointer;
	font: inherit;
	color: inherit;
	transition: box-shadow 0.12s ease;
}

.walks-explorer-circuit:hover,
.walks-explorer-circuit.is-active {
	border-style: solid;
	border-color: var(--g-border);
	background: #fff;
	transform: translate(-2px, -2px);
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.walks-explorer-circuit.is-active {
	outline: 2px solid var(--g-ink);
	outline-offset: 1px;
}

.walks-explorer-circuit__ref {
	flex: 0 0 auto;
	width: 2.15rem;
	height: 2.15rem;
	border: 3px solid #000;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 1rem;
	box-shadow: 2px 2px 0 #000;
	background: var(--circuit-color, var(--duchy-walk-cyan));
	color: #000;
}

.walks-explorer-circuit__body {
	flex: 1;
	min-width: 0;
}

.walks-explorer-circuit__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.4rem;
}

.walks-explorer-circuit__name {
	font-family: var(--g-font);
	font-weight: 400;
	font-size: var(--g-h);
	line-height: var(--g-h-lh);
	text-transform: none;
	letter-spacing: normal;
	color: var(--g-ink);
}

.walks-explorer-circuit__diff {
	flex: 0 0 auto;
	font-family: var(--g-font);
	font-size: 11px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: normal;
	padding: 0.18rem 0.35rem;
	border-radius: 4px;
	background: var(--duchy-walk-yellow);
	color: #000;
}

.walks-explorer-circuit__diff.is-easy { background: var(--duchy-walk-easy); color: #fff; }
.walks-explorer-circuit__diff.is-hard { background: var(--duchy-walk-hard); color: #fff; }

.walks-explorer-circuit__meta {
	display: block;
	margin-top: 0.2rem;
	font-family: var(--g-font);
	font-size: var(--g-body);
	line-height: var(--g-body-lh);
	font-weight: 400;
	color: var(--g-muted);
}

.walks-explorer-back {
	margin-top: 0;
	width: 100%;
	border: 3px solid #000;
	background: #fff;
	font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
	font-weight: 800;
	font-size: 0.8rem;
	text-transform: none;
	letter-spacing: normal;
	padding: 0.65rem;
	border-radius: 12px;
	cursor: pointer;
	box-shadow: 3px 3px 0 #000;
	flex-shrink: 0;
}

/* Full guide CTA — Google SERP type scale */
.walks-explorer-guide-cta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 2px;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 12px 16px;
	border: 3px solid #dadce0;
	border-radius: 12px;
	background: #fff;
	color: #202124;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	box-shadow: none;
	flex-shrink: 0;
	line-height: 22px;
	cursor: pointer;
	outline: none;
	transition: transform 0.12s ease, border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.walks-explorer-guide-cta__label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	text-transform: none;
	letter-spacing: normal;
	color: #202124;
}

.walks-explorer-guide-cta__hint {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #4d5156;
	text-transform: none;
	letter-spacing: normal;
}

.walks-explorer-guide-cta[hidden] {
	display: none !important;
}

.walks-explorer-guide-cta:hover,
.walks-explorer-guide-cta:focus-visible {
	transform: translate(-2px, -2px);
	border-color: #ff3399;
	box-shadow: 0 0 0 2px rgba(255, 51, 153, 0.35), 4px 4px 0 rgba(0, 0, 0, 0.12);
	background: #fff5fa;
	color: #202124;
	outline: none;
}

.walks-explorer-guide-cta:active {
	transform: translate(1px, 1px);
	box-shadow: 0 0 0 2px rgba(255, 51, 153, 0.25);
}

.walks-explorer-guide-cta:hover .walks-explorer-guide-cta__label,
.walks-explorer-guide-cta:focus-visible .walks-explorer-guide-cta__label {
	color: #c4006a;
}

/* Directions + list results — same click-lift as All walks. */
.walks-explorer-dirs {
	transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
	border: 3px solid #dadce0;
	box-sizing: border-box;
}

.walks-explorer-dirs:hover,
.walks-explorer-dirs:focus-visible {
	transform: translate(-2px, -2px);
	border-color: #ff3399;
	box-shadow: 0 0 0 2px rgba(255, 51, 153, 0.28), 3px 3px 0 rgba(0, 0, 0, 0.12);
	text-decoration: none;
	outline: none;
}

.walks-result {
	transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

.walks-explorer-circuit {
	transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.duchy-walk-start-icon {
	background: #000;
	color: #fff;
	border: 3px solid #fff;
	border-radius: 999px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font: 800 0.55rem/1 'Inter', 'Segoe UI', system-ui, sans-serif;
	letter-spacing: 0.04em;
	box-shadow: 3px 3px 0 #000;
}

/* Mobile: stack map then sidebar */
@media (max-width: 900px) {
	.duchy-explorer--walks .walks-hub__wrap,
	.duchy-explorer--walks .walks-explorer-wrap {
		grid-template-columns: 1fr;
		min-height: 0;
		height: auto;
		max-height: none;
	}

	.duchy-explorer--walks .walks-hub__map,
	.duchy-explorer--walks .walks-explorer-canvas {
		border-right: 0;
		border-bottom: 4px solid #000;
		/* Match other explorers — tall enough for all of Cornwall once float is gone. */
		min-height: 320px;
		height: min(72dvh, 640px);
	}

	/* Keep Cornwall clear — Find a Walk card lives on desktop only;
	   counts stay in the Trail picker below the map. */
	.walks-hub__float {
		display: none !important;
	}

	.duchy-explorer--walks .walks-hub__sidebar {
		max-height: none;
		height: auto;
	}
}

@media (max-width: 540px) {
	.walks-hub__header {
		padding: 0.4rem 1rem 0;
	}

	.walks-result__facts,
	.walks-explorer-detail-facts {
		grid-template-columns: 1fr;
	}
}
