.spov-golden-preview-body {
	margin: 0;
	background: #f4ece2;
}

.spov-site-frame {
	width: min(1800px, calc(100% - 36px));
	min-height: 100vh;
	margin: 0 auto;
	background:
		radial-gradient(circle at 10% 6%, rgba(250, 218, 178, .18), transparent 320px),
		#fffefa;
	box-shadow: 0 0 42px rgba(71, 48, 19, .1);
}

.spov-site-header {
	height: 116px;
	padding: 0 68px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(234, 223, 206, .42);
}

.spov-site-brand {
	display: flex;
	flex-direction: column;
	color: #0b285d;
	text-decoration: none;
}

.spov-site-brand strong {
	font: 700 35px/1 Georgia, "Times New Roman", serif;
	letter-spacing: -1.8px;
}

.spov-site-brand span {
	margin-top: 8px;
	color: #3286ba;
	font: 400 12px/1.2 "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
}

.spov-site-nav {
	display: flex;
	align-items: center;
	gap: 42px;
	color: #071733;
	font: 650 14px/1.2 "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
}

.spov-site-nav a {
	padding: 18px 0 15px;
	border-bottom: 3px solid transparent;
	color: inherit;
	text-decoration: none;
}

.spov-site-nav a:hover,
.spov-site-nav a:focus,
.spov-site-nav a.is-current {
	border-color: #3457aa;
	color: #0b285d;
}

.spov-site-nav .spov-site-search {
	padding: 0;
	border: 0;
	font: 28px/1 Georgia, serif;
	transform: rotate(-20deg);
}

.spov-eu {
	--spov-navy: #0b285d;
	--spov-orange: #ef5b2a;
	--spov-copy: #17325d;
	--spov-rule: #eadfce;
	box-sizing: border-box;
	width: min(1240px, calc(100% - 48px));
	margin: 0 auto;
	padding: 30px 0 90px;
	color: var(--spov-copy);
	font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
}

.spov-eu *,
.spov-eu *::before,
.spov-eu *::after {
	box-sizing: border-box;
}

.spov-eu__breadcrumbs {
	min-height: 52px;
	margin: 0 0 48px;
	padding: 14px 24px;
	display: flex;
	align-items: center;
	gap: 15px;
	border-radius: 12px;
	background: #faf3ea;
	color: #465365;
	font-size: 12px;
}

.spov-eu__breadcrumbs > *:not(:first-child)::before {
	content: "›";
	padding-right: 15px;
	color: #9a958c;
}

.spov-eu__breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.spov-eu__header {
	width: 690px;
	max-width: 100%;
	margin: 0 0 50px 34px;
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr);
	gap: 30px;
}

.spov-eu__category-art {
	width: 136px;
	height: 136px;
	border-radius: 50%;
	overflow: hidden;
}

.spov-eu__category-art img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.spov-eu__category {
	margin: 0 0 11px;
	color: var(--spov-orange);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .035em;
}

.spov-eu__heading h1 {
	margin: 0;
	color: var(--spov-navy);
	font: 700 56px/.99 Georgia, "Times New Roman", serif;
	letter-spacing: -1.3px;
}

.spov-eu__descriptor {
	margin: 23px 0 0;
	max-width: 570px;
	font-size: 17px;
	line-height: 1.62;
}

.spov-eu__layout {
	width: min(1085px, calc(100% - 68px));
	margin-left: 34px;
	display: grid;
	grid-template-columns: minmax(0, 650px) minmax(0, 330px);
	gap: 104px;
	align-items: stretch;
}

.spov-eu__content {
	min-width: 0;
	font-size: 17px;
	line-height: 1.55;
}

.spov-eu__section {
	padding: 0 0 28px;
	margin: 0 0 29px;
	border-bottom: 1px solid var(--spov-rule);
}

.spov-eu__section h2,
.spov-eu__remember h2 {
	margin: 0 0 10px;
	color: var(--spov-navy);
	font: 700 25px/1.2 Georgia, "Times New Roman", serif;
}

.spov-eu__section p {
	margin: 0 0 13px;
}

.spov-eu__conversation {
	display: grid;
	gap: 13px;
}

.spov-eu__turn {
	width: 84%;
	padding: 14px 18px;
	display: grid;
	grid-template-columns: 41px minmax(0, 1fr);
	gap: 4px;
	border-radius: 11px;
	font-size: 16px;
	line-height: 1.4;
}

.spov-eu__turn p,
.spov-eu__turn div > :last-child {
	margin: 0;
}

.spov-eu__turn--you {
	justify-self: end;
	background: #e7f0fb;
}

.spov-eu__turn--ai {
	justify-self: start;
	background: #edf2df;
}

.spov-eu__turn--you strong {
	color: #2f75bd;
}

.spov-eu__turn--ai strong {
	color: #566340;
}

.spov-eu__variations {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.spov-eu__variation {
	min-height: 76px;
	margin: 0;
	padding: 16px 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 1px solid #efd8bd;
	border-radius: 9px;
}

.spov-eu__variation p {
	margin: 0;
}

.spov-eu__variation strong {
	margin-bottom: 5px;
	color: var(--spov-navy);
}

.spov-eu__prompt-example {
	padding: 23px 28px;
	border: 1px solid #d8cce8;
	border-radius: 11px;
	background: linear-gradient(135deg, #fcf9ff, #f5effb);
}

.spov-eu__prompt-example > :last-child {
	margin-bottom: 0;
}

.spov-eu__rail {
	padding-top: 48px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 66px;
}

.spov-eu__remember {
	width: 100%;
	margin-top: auto;
	padding: 25px 24px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 100px;
	gap: 18px;
	align-items: center;
	border: 1px solid #f0c9a5;
	border-radius: 13px;
	background: linear-gradient(120deg, #fff3e6, #fffaf5);
}

.spov-eu__remember p {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
}

.spov-eu__remember img {
	display: block;
	width: 100px;
	height: 112px;
	object-fit: contain;
}

/* Existing StrangePOV Pinned Note block contract, scoped to this preview. */
.spov-eu .wp-block-strangepov-pinned-note.spv-note {
	--spv-note-width: 330px;
	--spv-note-rotation: 0deg;
	width: var(--spv-note-width);
	max-width: 100%;
	margin: 0 auto;
	color: #172554;
	font-family: Georgia, "Times New Roman", serif;
	transform: rotate(var(--spv-note-rotation));
	transform-origin: 50% 18%;
	filter: drop-shadow(14px 20px 13px rgba(65, 44, 20, .2));
}

.spov-eu .spv-note__top,
.spov-eu .spv-note__middle,
.spov-eu .spv-note__bottom {
	position: relative;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.spov-eu .spv-note__top {
	aspect-ratio: 1050 / 325;
	margin-bottom: -1px;
}

.spov-eu .spv-note__middle {
	min-height: 42px;
	margin: -1px 0;
	padding: 0 clamp(32px, 11.5%, 46px) 1px;
	background-repeat: repeat-y;
	background-size: 100% auto;
}

.spov-eu .spv-note__bottom {
	aspect-ratio: 1050 / 318;
	margin-top: -1px;
}

.spov-eu .spv-note__heading {
	margin: 0 0 .7em;
	font-size: 20px;
	line-height: 1.2;
}

.spov-eu .spv-note__body {
	font-size: 16px;
	line-height: 1.5;
}

@media (max-width: 1080px) {
	.spov-site-header {
		padding: 0 34px;
	}

	.spov-site-nav {
		gap: 23px;
	}

	.spov-eu__header,
	.spov-eu__layout {
		margin-left: 0;
	}

	.spov-eu__layout {
		width: 100%;
		grid-template-columns: minmax(0, 1fr) 330px;
		gap: 42px;
	}
}

@media (max-width: 790px) {
	.spov-site-frame {
		width: 100%;
	}

	.spov-site-header {
		height: 92px;
		padding: 0 24px;
	}

	.spov-site-nav {
		display: none;
	}

	.spov-eu {
		width: min(100% - 32px, 720px);
		padding-top: 20px;
	}

	.spov-eu__breadcrumbs {
		margin-bottom: 36px;
		overflow: hidden;
		white-space: nowrap;
	}

	.spov-eu__header {
		width: 100%;
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 18px;
	}

	.spov-eu__category-art {
		width: 88px;
		height: 88px;
	}

	.spov-eu__heading h1 {
		font-size: clamp(38px, 10vw, 52px);
	}

	.spov-eu__descriptor {
		font-size: 16px;
	}

	.spov-eu__layout {
		display: flex;
		flex-direction: column;
	}

	.spov-eu__rail {
		width: 100%;
		padding-top: 0;
		gap: 40px;
	}

	.spov-eu__remember {
		width: min(100%, 430px);
	}
}

@media (max-width: 520px) {
	.spov-eu__header {
		display: block;
	}

	.spov-eu__category-art {
		margin-bottom: 18px;
	}

	.spov-eu__turn {
		width: 95%;
		padding: 13px;
	}

	.spov-eu__variations {
		grid-template-columns: 1fr;
	}

	.spov-eu__remember {
		grid-template-columns: 1fr;
	}

	.spov-eu__remember img {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.spov-eu .wp-block-strangepov-pinned-note.spv-note {
		transform: none;
	}
}
