/*
 * Evidence Web — Prophecy public presentation adapter
 *
 * This CSS deliberately requires the stable saved-page-ID presentation body
 * classes. It hides only Blocksy's duplicate page-title hero on the authorized
 * Prophecy branch page in either Admin Preview or Public state. It does not
 * alter headers, footers, generic entry wrappers, archives, posts, or other
 * Evidence branches.
 */
body.pp-ew-guided-branch.pp-ew-branch--prophecy.pp-ew-branch--presentation-ready .ct-page-title,
body.pp-ew-guided-branch.pp-ew-branch--prophecy.pp-ew-branch--presentation-ready h1.page-title[itemprop="headline"] {
	display: none !important;
}

body.pp-ew-guided-branch.pp-ew-branch--prophecy.pp-ew-branch--presentation-ready .pp-evidence-branch-preview.is-presentation-ready .pp-ew-bp-presentation-nav {
	display: flex;
	flex-wrap: wrap;
	gap: .65rem;
	margin: 1.15rem 0 0;
	padding: 0;
}

body.pp-ew-guided-branch.pp-ew-branch--prophecy.pp-ew-branch--presentation-ready .pp-evidence-branch-preview.is-presentation-ready .pp-ew-bp-presentation-nav a {
	align-items: center;
	background: linear-gradient(135deg, rgba(255,255,255,.045), rgba(221,170,73,.08));
	border: 1px solid rgba(221,170,73,.32);
	border-radius: 999px;
	color: #f5e8c9;
	display: inline-flex;
	font-size: .78rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: .04em;
	line-height: 1.2;
	min-height: 2.7rem;
	padding: .68rem .9rem;
	text-align: center;
	text-decoration: none;
	transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

body.pp-ew-guided-branch.pp-ew-branch--prophecy.pp-ew-branch--presentation-ready .pp-evidence-branch-preview.is-presentation-ready .pp-ew-bp-presentation-nav a:focus-visible {
	outline: 3px solid rgba(255,236,178,.9);
	outline-offset: 3px;
}

@media (hover:hover) and (pointer:fine) {
	body.pp-ew-guided-branch.pp-ew-branch--prophecy.pp-ew-branch--presentation-ready .pp-evidence-branch-preview.is-presentation-ready .pp-ew-bp-presentation-nav a:hover {
		background: rgba(221,170,73,.16);
		border-color: rgba(255,220,132,.78);
		transform: translateY(-1px);
	}
}

@media (max-width:700px) {
	body.pp-ew-guided-branch.pp-ew-branch--prophecy.pp-ew-branch--presentation-ready .pp-evidence-branch-preview.is-presentation-ready .pp-ew-bp-presentation-nav {
		display: grid;
		grid-template-columns: 1fr;
	}
	body.pp-ew-guided-branch.pp-ew-branch--prophecy.pp-ew-branch--presentation-ready .pp-evidence-branch-preview.is-presentation-ready .pp-ew-bp-presentation-nav a {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.pp-ew-guided-branch.pp-ew-branch--prophecy.pp-ew-branch--presentation-ready .pp-evidence-branch-preview.is-presentation-ready .pp-ew-bp-presentation-nav a {
		transition: none;
	}
}


/* v0.15.2.5 — Prophecy-only presentation polish. These rules stay inside the
 * existing saved-page-ID presentation body guard. */
body.pp-ew-guided-branch.pp-ew-branch--prophecy.pp-ew-branch--presentation-ready .pp-evidence-branch-preview.is-presentation-ready .pp-ew-bp-sequence-nav {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
body.pp-ew-guided-branch.pp-ew-branch--prophecy.pp-ew-branch--presentation-ready .pp-evidence-branch-preview.is-presentation-ready .pp-ew-bp-sequence-bridge__route::before {
	display: none;
}
body.pp-ew-guided-branch.pp-ew-branch--prophecy.pp-ew-branch--presentation-ready .pp-evidence-branch-preview.is-presentation-ready .pp-ew-bp-nearby__label {
	color: #b79f68;
	font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
	font-size: .58rem;
	font-weight: 800;
	letter-spacing: .12em;
	margin: 0 0 .48rem;
	text-transform: uppercase;
}
body.pp-ew-guided-branch.pp-ew-branch--prophecy.pp-ew-branch--presentation-ready .pp-evidence-branch-preview.is-presentation-ready .pp-ew-bp-nearby__topics span {
	background: rgba(8,8,6,.34);
	border-color: rgba(230,198,117,.13);
	color: #b8ad94;
}
@media (max-width: 960px) {
	body.pp-ew-guided-branch.pp-ew-branch--prophecy.pp-ew-branch--presentation-ready .pp-evidence-branch-preview.is-presentation-ready .pp-ew-bp-sequence-nav {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (max-width: 760px) {
	body.pp-ew-guided-branch.pp-ew-branch--prophecy.pp-ew-branch--presentation-ready .pp-evidence-branch-preview.is-presentation-ready .pp-ew-bp-sequence-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
