/**
 * Sacred Sites & Communities Map (Tool 3)
 */

:root {
	--ss-ink: #182f2d;
	--ss-ink-soft: #4d625e;
	--ss-paper: #f6f1e7;
	--ss-paper-deep: #efe7d6;
	--ss-map: #f1ead9;
	--ss-white: #fffdf8;
	--ss-gold: #e0a53f;
	--ss-coral: #c95f4d;
	--ss-plum: #74578a;
	--ss-sage: #2f8079;
	--ss-line: #d8d0c3;
	--ss-line-soft: #e3dccd;
	--ss-shadow: 0 24px 70px rgba(24, 47, 45, .11);
}

.yazidis-sites-page {
	background: var(--ss-paper);
}

.ss-main,
.ss-main * {
	box-sizing: border-box;
}

.yazidis-sites-page .site-content,
.yazidis-sites-page .content-area,
.yazidis-sites-page .site-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.yazidis-sites-page .widget-area,
.yazidis-sites-page .table-of-contents,
.yazidis-sites-page .post-toc {
	display: none !important;
}

.ss-main {
	overflow: hidden;
	background:
		radial-gradient(circle at 92% 12%, rgba(116, 87, 138, .07), transparent 26%),
		radial-gradient(circle at 6% 20%, rgba(224, 165, 63, .08), transparent 24%),
		linear-gradient(180deg, #fbf8f1 0, var(--ss-paper) 40%, #f8f4ec 100%);
	color: var(--ss-ink);
}

.ss-shell {
	width: min(100%, 1320px);
	margin: 0 auto;
	padding: 0 30px 90px;
}

[hidden] {
	display: none !important;
}

.ss-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 66px;
	font-size: .73rem;
	font-weight: 700;
	color: #75827f;
}

.ss-breadcrumbs a {
	color: var(--ss-ink-soft);
	text-decoration: none;
}

.ss-breadcrumbs a:hover,
.ss-breadcrumbs a:focus {
	color: var(--ss-coral);
}

.ss-breadcrumbs span[aria-hidden="true"] {
	color: #b8b0a4;
}

.ss-overline {
	margin: 0 0 13px;
	font-size: .67rem;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--ss-coral);
}

/* ---------------------------------------------------------------- Hero */

.ss-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
	align-items: center;
	gap: 56px;
	min-height: 400px;
	padding: 66px 72px;
	border-radius: 28px;
	background: var(--ss-ink);
	box-shadow: var(--ss-shadow);
	color: #fff;
}

.ss-hero::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
	background-size: 40px 40px;
	mask-image: radial-gradient(circle at 30% 40%, #000, transparent 80%);
}

.ss-hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	right: -120px;
	top: -120px;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(224, 165, 63, .25);
	border-radius: 50%;
	box-shadow: 0 0 0 50px rgba(224, 165, 63, .035), 0 0 0 110px rgba(224, 165, 63, .025);
}

.ss-kicker {
	margin: 0 0 14px;
	font-size: .67rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: #f2c878;
}

.ss-hero h1 {
	max-width: 720px;
	margin: 0;
	font-family: var(--wikipress-font-content), Georgia, serif;
	font-size: clamp(2.7rem, 5vw, 4.9rem);
	font-weight: 500;
	letter-spacing: -.05em;
	line-height: 1;
	color: #fff;
}

.ss-hero h1 em {
	display: block;
	font-weight: 400;
	color: #efbd68;
}

.ss-hero-copy > p:last-child {
	max-width: 640px;
	margin: 26px 0 0;
	font-size: 1.02rem;
	line-height: 1.75;
	color: #d4dedb;
}

.ss-hero-stats {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 20px;
	background: rgba(255, 255, 255, .05);
	backdrop-filter: blur(8px);
}

.ss-hero-stats div {
	padding: 15px 0;
}

.ss-hero-stats div + div {
	border-top: 1px solid rgba(255, 255, 255, .12);
}

.ss-hero-stats dt {
	font-size: .6rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #9db0aa;
}

.ss-hero-stats dd {
	margin: 5px 0 0;
	font-family: var(--wikipress-font-content), Georgia, serif;
	font-size: 1.5rem;
	line-height: 1.1;
	color: #fff;
}

/* ---------------------------------------------------------------- Section headings */

.ss-map-head,
.ss-filter-head,
.ss-directory-head,
.ss-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 26px;
}

.ss-map-head h2,
.ss-filter-head h2,
.ss-directory-head h2,
.ss-section-head h2,
.ss-method h2 {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: var(--wikipress-font-content), Georgia, serif;
	font-size: clamp(1.7rem, 2.9vw, 2.85rem);
	font-weight: 500;
	letter-spacing: -.035em;
	line-height: 1.08;
	color: var(--ss-ink);
}

.ss-map-head > p,
.ss-filter-head > p,
.ss-section-head > p {
	max-width: 440px;
	margin: 0;
	font-size: .8rem;
	line-height: 1.6;
	color: #677773;
}

/* ---------------------------------------------------------------- Map */

.ss-mapwrap {
	margin-top: 40px;
}

.ss-map-stage {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 250px;
	gap: 20px;
	align-items: start;
}

.ss-map-figure {
	margin: 0;
	padding: 14px;
	border: 1px solid var(--ss-line);
	border-radius: 22px;
	background: var(--ss-map);
	box-shadow: inset 0 2px 30px rgba(24, 47, 45, .05), var(--ss-shadow);
}

.ss-map-svg {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 14px;
	overflow: visible;
}

.ss-map-bg {
	fill: var(--ss-map);
}

.ss-graticule line {
	stroke: #d7cbb0;
	stroke-width: 1;
}

.ss-grat-label {
	fill: #a99e84;
	font: 700 11px var(--wikipress-font-ui);
	text-anchor: middle;
}

.ss-country-labels text {
	fill: #b3a687;
	font: 800 15px var(--wikipress-font-ui);
	letter-spacing: .22em;
	text-anchor: middle;
	opacity: .75;
}

.ss-markers .ss-marker {
	cursor: pointer;
	transform-box: fill-box;
	transform-origin: center;
	transition: transform .16s ease, opacity .16s ease;
}

.ss-markers .ss-dot,
.ss-markers .ss-halo {
	stroke: var(--ss-white);
	stroke-width: 1.6;
	transition: filter .16s ease;
}

.ss-markers .ss-halo {
	stroke: currentColor;
	stroke-width: 2;
	opacity: .5;
}

.ss-marker:hover,
.ss-marker:focus-visible,
.ss-marker.is-active {
	transform: scale(1.38);
	outline: none;
}

.ss-marker:hover .ss-dot,
.ss-marker.is-active .ss-dot {
	filter: drop-shadow(0 3px 5px rgba(24, 47, 45, .35));
}

.ss-map-stage.is-filtering .ss-marker:not(.is-match) {
	opacity: .12;
	pointer-events: none;
}

.ss-map-stage.is-filtering .ss-marker.is-match {
	opacity: 1;
}

.ss-place-label {
	fill: #33342c;
	font: 700 13px var(--wikipress-font-ui);
	paint-order: stroke;
	stroke: var(--ss-map);
	stroke-width: 3.5px;
	stroke-linejoin: round;
}

.ss-place-label.is-active {
	font-size: 15px;
	font-weight: 800;
	fill: var(--ss-ink);
}

.ss-scale line {
	stroke: #837751;
	stroke-width: 1.5;
	stroke-linecap: square;
}

.ss-scale text {
	fill: #6f6547;
	font: 700 11px var(--wikipress-font-ui);
}

.ss-compass circle {
	stroke: #c6ba9c;
	stroke-width: 1.4;
}

.ss-compass path {
	fill: #8f7a34;
}

.ss-compass text {
	fill: #8f7a34;
	font: 800 11px var(--wikipress-font-ui);
	text-anchor: middle;
}

/* Legend */

.ss-legend {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 22px;
	border: 1px solid var(--ss-line);
	border-radius: 18px;
	background: rgba(255, 253, 248, .7);
}

.ss-legend-title {
	margin: 0 0 10px;
	font-size: .6rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #7d8a86;
}

.ss-legend-item {
	display: flex;
	align-items: center;
	gap: 9px;
	width: 100%;
	margin: 2px 0;
	padding: 5px 7px;
	border: 1px solid transparent;
	border-radius: 8px;
	background: none;
	font: 700 .76rem/1.2 var(--wikipress-font-ui);
	color: var(--ss-ink);
	text-align: left;
	cursor: pointer;
}

.ss-legend-item:hover {
	background: rgba(24, 47, 45, .05);
}

.ss-legend-item[aria-pressed="true"] {
	border-color: var(--ss-ink);
	background: rgba(24, 47, 45, .06);
}

.ss-swatch,
.ss-card-dot {
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--ss-swatch, #999);
	box-shadow: 0 0 0 2px var(--ss-white), 0 0 0 3px rgba(24, 47, 45, .12);
}

.ss-swatch-mountain,
.ss-card.ss-type-mountain .ss-card-dot {
	border-radius: 2px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	box-shadow: none;
}

.ss-legend-note {
	margin: 0;
	padding-top: 14px;
	border-top: 1px solid var(--ss-line-soft);
	font-size: .68rem;
	line-height: 1.5;
	color: #7a857f;
}

/* ---------------------------------------------------------------- Filter */

.ss-filter {
	margin-top: 70px;
	padding: 30px 34px 34px;
	border: 1px solid rgba(216, 208, 195, .9);
	border-radius: 20px;
	background: rgba(255, 253, 248, .96);
	box-shadow: 0 18px 50px rgba(24, 47, 45, .08);
}

.ss-filter-form {
	display: grid;
	grid-template-columns: minmax(240px, 1.6fr) minmax(160px, .8fr) minmax(160px, .8fr) auto auto;
	align-items: end;
	gap: 12px;
}

.ss-filter-form label {
	display: block;
	margin-bottom: 7px;
	font-size: .64rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #667773;
}

.ss-filter-input {
	position: relative;
}

.ss-filter-input svg {
	position: absolute;
	left: 14px;
	bottom: 13px;
	width: 19px;
	height: 19px;
	fill: none;
	stroke: #6b7c78;
	stroke-width: 1.7;
	stroke-linecap: round;
}

.ss-filter-form input,
.ss-filter-form select {
	min-width: 0;
	width: 100%;
	height: 48px;
	border: 1px solid #ccc4b7;
	border-radius: 10px;
	background: #fff;
	font: 700 .82rem/1.2 var(--wikipress-font-ui);
	color: var(--ss-ink);
}

.ss-filter-form input {
	padding: 0 15px 0 43px;
}

.ss-filter-form select {
	padding: 0 34px 0 12px;
}

.ss-filter-form input:focus,
.ss-filter-form select:focus {
	outline: 3px solid rgba(201, 95, 77, .13);
	border-color: var(--ss-coral);
}

.ss-filter-form button {
	height: 48px;
	padding: 0 24px;
	border: 0;
	border-radius: 10px;
	background: var(--ss-coral);
	font: 800 .76rem/1 var(--wikipress-font-ui);
	color: #fff;
	cursor: pointer;
}

.ss-filter-form button:hover,
.ss-filter-form button:focus {
	background: var(--ss-ink);
}

.ss-reset {
	display: grid;
	place-items: center;
	height: 48px;
	padding: 0 6px;
	font-size: .72rem;
	font-weight: 800;
	color: var(--ss-ink-soft);
	text-underline-offset: 3px;
}

/* ---------------------------------------------------------------- Status note */

.ss-status-note {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-top: 26px;
	padding: 18px 22px;
	border: 1px solid #e4cfaa;
	border-radius: 13px;
	background: #fff8e9;
}

.ss-status-note > span,
.ss-editorial-card > span,
.ss-verification > span {
	flex: 0 0 auto;
	width: 9px;
	height: 9px;
	margin-top: 6px;
	border-radius: 50%;
	background: #d49632;
	box-shadow: 0 0 0 4px rgba(212, 150, 50, .12);
}

.ss-status-note p {
	margin: 0;
	font-size: .78rem;
	line-height: 1.65;
	color: #685b43;
}

/* ---------------------------------------------------------------- Directory */

.ss-directory {
	margin-top: 70px;
}

.ss-directory-head {
	padding-bottom: 22px;
	border-bottom: 1px solid var(--ss-line);
}

.ss-live-status {
	margin: 0;
	font-size: .74rem;
	font-weight: 700;
	color: #78857f;
}

.ss-no-results {
	margin-top: 28px;
	padding: 35px;
	border: 1px dashed #bfb5a5;
	border-radius: 16px;
	text-align: center;
	background: rgba(255, 255, 255, .35);
}

.ss-no-results strong {
	font-family: var(--wikipress-font-content), Georgia, serif;
	font-size: 1.35rem;
}

.ss-no-results p {
	margin: 7px 0 0;
	font-size: .82rem;
	color: var(--ss-ink-soft);
}

.ss-group {
	margin-top: 46px;
}

.ss-group-head {
	margin-bottom: 22px;
}

.ss-group-head h3 {
	margin: 0;
	font-family: var(--wikipress-font-content), Georgia, serif;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: -.02em;
	color: var(--ss-ink);
}

.ss-group-head p {
	margin: 5px 0 0;
	font-size: .82rem;
	color: #6f7d79;
}

.ss-region-block {
	margin-top: 26px;
}

.ss-region-name {
	margin: 0 0 12px;
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: var(--ss-coral);
}

.ss-region-name span {
	margin-left: 8px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	color: #94a09b;
}

.ss-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.ss-card {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	padding: 18px 19px;
	border: 1px solid var(--ss-line);
	border-radius: 15px;
	background: rgba(255, 253, 248, .78);
	box-shadow: 0 10px 30px rgba(24, 47, 45, .035);
	text-decoration: none;
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.ss-card:hover,
.ss-card.is-active {
	border-color: #bea891;
	box-shadow: 0 16px 38px rgba(24, 47, 45, .09);
	transform: translateY(-2px);
}

.ss-card-dot {
	margin-top: 4px;
}

.ss-card-body {
	display: flex;
	flex-direction: column;
	min-width: 0;
	flex: 1;
}

.ss-card-type {
	font-size: .58rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--ss-coral);
}

.ss-card-name {
	margin: 4px 0 0;
	font-family: var(--wikipress-font-content), Georgia, serif;
	font-size: 1.12rem;
	line-height: 1.2;
	color: var(--ss-ink);
}

.ss-card-name em {
	font-style: italic;
	color: #5f716c;
}

.ss-card-summary {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 7px;
	font-size: .73rem;
	line-height: 1.55;
	color: var(--ss-ink-soft);
}

.ss-card-go {
	margin-top: 2px;
	font-size: 1.05rem;
	color: var(--ss-coral);
	opacity: 0;
	transition: opacity .18s ease;
}

.ss-card:hover .ss-card-go {
	opacity: 1;
}

/* ---------------------------------------------------------------- Method */

.ss-method {
	display: grid;
	grid-template-columns: minmax(0, .72fr) minmax(500px, 1.28fr);
	gap: 66px;
	margin-top: 88px;
	padding: clamp(38px, 6vw, 76px);
	border-radius: 26px;
	background: var(--ss-ink);
	color: #fff;
}

.ss-method .ss-overline {
	color: #efbd68;
}

.ss-method h2 {
	color: #fff;
}

.ss-method-intro > p:last-child {
	margin: 22px 0 0;
	font-size: .9rem;
	line-height: 1.75;
	color: #c2d0cc;
}

.ss-method-steps {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ss-method-steps li {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 18px;
	padding: 0 0 25px;
}

.ss-method-steps li + li {
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, .12);
}

.ss-method-steps li > span {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(239, 189, 104, .45);
	border-radius: 50%;
	font-size: .63rem;
	font-weight: 800;
	color: #efbd68;
}

.ss-method-steps strong {
	display: block;
	font-family: var(--wikipress-font-content), Georgia, serif;
	font-size: 1.06rem;
	color: #fff;
}

.ss-method-steps p {
	margin: 5px 0 0;
	font-size: .76rem;
	line-height: 1.65;
	color: #afc0bb;
}

/* ---------------------------------------------------------------- Sources */

.ss-sources {
	margin-top: 88px;
}

.ss-source-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--ss-line);
	border-left: 1px solid var(--ss-line);
}

.ss-source-grid article {
	min-height: 220px;
	padding: 24px;
	border-right: 1px solid var(--ss-line);
	border-bottom: 1px solid var(--ss-line);
	background: rgba(255, 255, 255, .35);
}

.ss-source-grid article > p:first-child {
	margin: 0;
	font-size: .61rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--ss-coral);
}

.ss-source-grid h3 {
	margin: 8px 0 12px;
	font-family: var(--wikipress-font-content), Georgia, serif;
	font-size: .98rem;
	line-height: 1.4;
}

.ss-source-grid h3 a,
.ss-place-source-list h3 a {
	color: var(--ss-ink);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.ss-source-grid article > p:last-child {
	margin: 0;
	font-size: .71rem;
	line-height: 1.6;
	color: #63736f;
}

.ss-verification {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 20px 0 0;
	font-size: .7rem;
	color: #6c7976;
}

.ss-verification > span {
	margin: 0 4px 0 0;
	background: var(--ss-sage);
	box-shadow: 0 0 0 4px rgba(47, 128, 121, .13);
}

.ss-verification a {
	font-weight: 800;
	color: var(--ss-coral);
}

/* ---------------------------------------------------------------- Place page */

.ss-place-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, .4fr);
	align-items: center;
	gap: 44px;
	min-height: 320px;
	padding: 60px 66px;
	border-radius: 28px;
	background: var(--ss-ink);
	box-shadow: var(--ss-shadow);
	color: #fff;
}

.ss-place-hero::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
	background-size: 38px 38px;
	mask-image: linear-gradient(90deg, #000, transparent 82%);
}

.ss-place-badge {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 16px;
	font-size: .66rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #d9c39a;
}

.ss-place-hero h1 {
	margin: 0;
	font-family: var(--wikipress-font-content), Georgia, serif;
	font-size: clamp(2.5rem, 5vw, 4.3rem);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: 1;
	color: #fff;
}

.ss-place-hero h1 em {
	font-weight: 400;
	font-style: italic;
	color: #efbd68;
}

.ss-place-summary {
	max-width: 640px;
	margin: 20px 0 0;
	font-size: 1.02rem;
	line-height: 1.7;
	color: #d4dedb;
}

.ss-place-chip {
	position: relative;
	z-index: 1;
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 18px;
	background: rgba(255, 255, 255, .05);
	text-align: center;
}

.ss-place-chip strong {
	display: block;
	font-family: var(--wikipress-font-content), Georgia, serif;
	font-size: 2.2rem;
	line-height: 1;
	color: #efbd68;
}

.ss-place-chip span {
	display: block;
	margin-top: 8px;
	font-size: .74rem;
	color: #b6c6c1;
}

.ss-place-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(300px, .55fr);
	gap: clamp(40px, 6vw, 80px);
	align-items: start;
	margin-top: 70px;
}

.ss-place-content > section {
	padding: 0 0 54px;
}

.ss-place-content > section + section {
	padding-top: 54px;
	border-top: 1px solid var(--ss-line);
}

.ss-place-content h2 {
	margin: 0;
	font-family: var(--wikipress-font-content), Georgia, serif;
	font-size: clamp(1.55rem, 2.6vw, 2.35rem);
	font-weight: 500;
	letter-spacing: -.03em;
	line-height: 1.1;
	color: var(--ss-ink);
}

.ss-place-content section > p {
	max-width: 760px;
	margin: 18px 0 0;
	font-size: .92rem;
	line-height: 1.8;
	color: #35433f;
}

.ss-place-content section > p.ss-overline {
	margin: 0;
}

.ss-type-note {
	margin-top: 22px !important;
	padding: 16px 20px;
	border-left: 4px solid var(--ss-gold);
	border-radius: 0 12px 12px 0;
	background: #fff6e5;
	font-size: .82rem !important;
	line-height: 1.65 !important;
	color: #6f5c37 !important;
}

/* Memorial callout (ads-off) */

.ss-memorial {
	margin: 0 0 0;
	padding: 26px 28px;
	border: 1px solid #d8c4b8;
	border-left: 4px solid #6c5563;
	border-radius: 0 14px 14px 0;
	background: #f7f0ec;
}

.ss-memorial-label {
	margin: 0 0 10px;
	font-size: .62rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #6c5563;
}

.ss-memorial p {
	margin: 0;
	font-size: .86rem;
	line-height: 1.7;
	color: #4a4048;
}

.ss-memorial a {
	display: inline-block;
	margin-top: 14px;
	font-size: .78rem;
	font-weight: 800;
	color: #6c5563;
	text-underline-offset: 3px;
}

/* Reference links */

.ss-ref-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 24px;
}

.ss-ref-links a {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 18px 20px;
	border: 1px solid var(--ss-line);
	border-radius: 13px;
	background: rgba(255, 253, 248, .7);
	text-decoration: none;
	transition: border-color .16s ease, background .16s ease;
}

.ss-ref-links a:hover {
	border-color: var(--ss-coral);
	background: #fff;
}

.ss-ref-links strong {
	font-size: .84rem;
	color: var(--ss-ink);
}

.ss-ref-links span {
	font-size: .72rem;
	font-weight: 700;
	color: #7c8884;
}

/* Place source list */

.ss-place-source-list {
	margin-top: 26px;
	border-top: 1px solid var(--ss-line);
}

.ss-place-source-list article {
	display: grid;
	grid-template-columns: 150px minmax(180px, .8fr) 1.2fr;
	gap: 20px;
	align-items: start;
	padding: 22px 0;
	border-bottom: 1px solid var(--ss-line);
}

.ss-place-source-list article > span {
	font-size: .61rem;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: var(--ss-coral);
}

.ss-place-source-list h3,
.ss-place-source-list p {
	margin: 0;
}

.ss-place-source-list h3 {
	font-family: var(--wikipress-font-content), Georgia, serif;
	font-size: .92rem;
	line-height: 1.4;
}

.ss-place-source-list p {
	font-size: .68rem;
	line-height: 1.6;
	color: #677773;
}

/* Sidebar */

.ss-place-sidebar {
	position: sticky;
	top: 90px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.ss-locator-card,
.ss-summary-card {
	padding: 22px;
	border: 1px solid var(--ss-line);
	border-radius: 18px;
	background: rgba(255, 253, 248, .85);
}

.ss-locator-card .ss-overline,
.ss-summary-card .ss-overline {
	margin-bottom: 14px;
}

.ss-mini-map {
	margin: 0;
	padding: 8px;
	border-radius: 12px;
	background: var(--ss-map);
	border: 1px solid var(--ss-line-soft);
}

.ss-mini-map .ss-map-svg {
	border-radius: 8px;
}

.ss-mini-map .ss-markers .ss-marker:not(.is-active) .ss-dot {
	opacity: .35;
}

.ss-mini-map .ss-marker.is-active {
	transform: scale(1.4);
}

.ss-mini-caption {
	margin: 12px 0 0;
	font-size: .68rem;
	color: #7f8b86;
}

.ss-offframe {
	padding: 20px;
	border: 1px dashed #c3b9a8;
	border-radius: 12px;
	background: rgba(255, 255, 255, .4);
}

.ss-offframe-title {
	margin: 0 0 8px;
	font-family: var(--wikipress-font-content), Georgia, serif;
	font-size: 1.3rem;
	color: var(--ss-ink);
}

.ss-offframe p {
	margin: 0 0 12px;
	font-size: .78rem;
	line-height: 1.6;
	color: var(--ss-ink-soft);
}

.ss-offframe a {
	font-size: .74rem;
	font-weight: 800;
	color: var(--ss-coral);
}

.ss-summary-card dl {
	margin: 0;
}

.ss-summary-card dl > div {
	display: grid;
	grid-template-columns: 92px 1fr;
	gap: 12px;
	padding: 11px 0;
	border-top: 1px solid var(--ss-line-soft);
}

.ss-summary-card dl > div:first-child {
	border-top: 0;
}

.ss-summary-card dt {
	font-size: .58rem;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #8a9591;
	align-self: center;
}

.ss-summary-card dd {
	margin: 0;
	font-size: .82rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--ss-ink);
}

.ss-summary-card > a {
	display: inline-block;
	margin-top: 16px;
	font-size: .74rem;
	font-weight: 800;
	color: var(--ss-coral);
	text-underline-offset: 3px;
}

.ss-editorial-card {
	display: flex;
	gap: 13px;
	padding: 19px;
	border: 1px solid #dfcba9;
	border-radius: 13px;
	background: #fff7e8;
}

.ss-editorial-card strong {
	font-size: .7rem;
	color: #665638;
}

.ss-editorial-card p {
	margin: 4px 0 0;
	font-size: .67rem;
	line-height: 1.55;
	color: #796a4e;
}

/* Related */

.ss-related {
	margin-top: 70px;
	padding-top: 60px;
	border-top: 1px solid var(--ss-line);
}

.ss-section-head > a {
	font-size: .72rem;
	font-weight: 800;
	color: var(--ss-coral);
	text-underline-offset: 3px;
	white-space: nowrap;
}

.ss-related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.ss-related-grid > a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 20px;
	border: 1px solid var(--ss-line);
	border-radius: 13px;
	background: rgba(255, 255, 255, .5);
	color: var(--ss-ink);
	text-decoration: none;
	transition: border-color .16s ease, background .16s ease;
}

.ss-related-grid > a:hover {
	border-color: var(--ss-coral);
	background: #fff;
}

.ss-related-grid span {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 0;
}

.ss-related-grid strong {
	font-family: var(--wikipress-font-content), Georgia, serif;
	font-size: 1.02rem;
	font-weight: 600;
}

.ss-related-grid small {
	margin-top: 3px;
	font-size: .66rem;
	color: #77827e;
}

.ss-related-grid b {
	color: var(--ss-coral);
}

/* ---------------------------------------------------------------- Shortcode embed */

.ss-embed,
.ss-embed * {
	box-sizing: border-box;
}

.ss-embed {
	color: var(--ss-ink);
}

.ss-embed-intro {
	max-width: 820px;
	margin: 0 0 30px;
	font-size: .95rem;
	line-height: 1.7;
	color: var(--ss-ink-soft);
}

.ss-embed-intro a,
.ss-embed-cta a {
	color: var(--ss-coral);
	font-weight: 800;
	text-underline-offset: 3px;
}

.ss-embed .ss-map-stage {
	margin: 0 0 24px;
}

.ss-embed-filter {
	margin: 0 0 8px;
	padding: 26px;
	border: 1px solid rgba(216, 208, 195, .9);
	border-radius: 18px;
	background: rgba(255, 253, 248, .96);
	box-shadow: 0 14px 40px rgba(24, 47, 45, .06);
}

.ss-embed .ss-directory {
	margin-top: 34px;
}

.ss-embed .ss-directory-head {
	margin-bottom: 22px;
}

.ss-embed-cta {
	margin: 30px 0 0;
	font-size: .95rem;
}

/* Neutralise host-theme content typography that would otherwise bleed in. */
.ss-embed h2,
.ss-embed h3 {
	margin-top: 0;
}

.ss-embed a {
	box-shadow: none;
}

/* ---------------------------------------------------------------- Responsive */

@media (max-width: 1080px) {
	.ss-hero,
	.ss-place-hero { grid-template-columns: 1fr; gap: 34px; padding: 50px 44px; }
	.ss-map-stage { grid-template-columns: 1fr; }
	.ss-legend { flex-direction: row; flex-wrap: wrap; align-items: flex-start; }
	.ss-legend-group { flex: 1 1 200px; }
	.ss-legend-note { flex-basis: 100%; }
	.ss-filter-form { grid-template-columns: 1.4fr 1fr 1fr auto; }
	.ss-reset { grid-column: 1 / -1; justify-self: end; height: auto; }
	.ss-card-grid { grid-template-columns: 1fr 1fr; }
	.ss-method { grid-template-columns: 1fr; gap: 40px; }
	.ss-source-grid { grid-template-columns: 1fr 1fr; }
	.ss-place-layout { grid-template-columns: 1fr; }
	.ss-place-sidebar { position: static; order: -1; }
}

@media (max-width: 720px) {
	.yazidis-sites-page .site-header { position: relative; }
	.ss-shell { padding: 0 15px 65px; }
	.ss-breadcrumbs { min-height: 54px; overflow: hidden; white-space: nowrap; }
	.ss-hero,
	.ss-place-hero { padding: 40px 26px; border-radius: 20px; }
	.ss-hero h1 { font-size: clamp(2.3rem, 11vw, 3.4rem); }
	.ss-map-head,
	.ss-filter-head,
	.ss-directory-head,
	.ss-section-head { flex-direction: column; align-items: flex-start; gap: 14px; }
	.ss-filter { padding: 24px 20px; }
	.ss-filter-form { grid-template-columns: 1fr 1fr; }
	.ss-filter-input { grid-column: 1 / -1; }
	.ss-filter-form button { grid-column: 1 / -1; width: 100%; }
	.ss-reset { grid-column: 1 / -1; justify-self: center; }
	.ss-card-grid { grid-template-columns: 1fr; }
	.ss-source-grid { grid-template-columns: 1fr; }
	.ss-source-grid article { min-height: 0; }
	.ss-ref-links { grid-template-columns: 1fr; }
	.ss-place-source-list article { grid-template-columns: 1fr; gap: 6px; }
	.ss-related-grid { grid-template-columns: 1fr; }
	.ss-place-chip { max-width: 260px; }
}

@media (prefers-reduced-motion: reduce) {
	.ss-card,
	.ss-marker,
	.ss-ref-links a,
	.ss-related-grid > a { transition: none; }
}
