/* Pertify Pulse story — loaded via wp_enqueue_style (not stored in post_content). */
.ao-pulse-story {
	max-width: 760px;
	margin: 0 auto;
	color: #1c1917;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.7;
	font-size: 1.125rem;
}
.ao-pulse-story h2,
.ao-pulse-story h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.02em;
	line-height: 1.25;
	color: #0c0a09;
	margin: 2rem 0 0.75rem;
}
.ao-pulse-story h2 {
	font-size: 1.65rem;
}
.ao-pulse-story h3 {
	font-size: 1.25rem;
}
.ao-pulse-story p {
	margin: 0 0 1.1rem;
}
.ao-pulse-story a {
	color: #b45309;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.ao-pulse-hero {
	margin: 0 0 2rem;
	border-radius: 2px;
	overflow: hidden;
}
.ao-pulse-hero img,
.ao-pulse-hero--video video {
	display: block;
	width: 100%;
	height: auto;
}
.ao-pulse-hero--video video {
	max-height: 85vh;
	object-fit: cover;
	background: #0c0a09;
}
.ao-pulse-hero--video figcaption {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.85rem;
	color: #78716c;
	margin: 0.65rem 0 0;
}
.ao-pulse-photo,
.ao-pulse-gallery__item {
	margin: 1.5rem 0;
	padding: 0;
}
.ao-pulse-photo img,
.ao-pulse-gallery__item img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 2px;
}
.ao-pulse-photo figcaption {
	font-size: 0.9rem;
	color: #57534e;
	margin-top: 0.5rem;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ao-pulse-gallery__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
	margin: 1rem 0 1.25rem;
}
.ao-pulse-gallery__cta,
.ao-pulse-commerce__pdp {
	margin-top: 1rem;
}
.ao-pulse-commerce {
	margin: 2.5rem 0;
	padding: 1.5rem 1.25rem;
	border-top: 1px solid #e7e5e4;
	border-bottom: 1px solid #e7e5e4;
	background: linear-gradient(180deg, #fafaf9 0%, #fff 100%);
}
.ao-pulse-commerce__note {
	font-size: 0.95rem;
	color: #57534e;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ao-pulse-btn {
	display: inline-block;
	margin-top: 0.5rem;
	padding: 0.75rem 1.25rem;
	background: #1c1917;
	color: #fafaf9 !important;
	text-decoration: none !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.95rem;
	letter-spacing: 0.04em;
}
.ao-pulse-btn:hover {
	background: #44403c;
}
.ao-pulse-story .woocommerce,
.ao-pulse-wc {
	margin: 1rem 0;
}
.ao-pulse-wc-slot {
	min-height: 1.5rem;
}

/* Related Pulse stories — crawlable internal links */
.ao-pulse-related {
	margin: 2.5rem 0 1.5rem;
	padding: 1.5rem 0 0;
	border-top: 1px solid #e7e5e4;
}
.ao-pulse-related h2 {
	margin: 0 0 0.85rem;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.35rem;
	letter-spacing: 0.02em;
	color: #0c0a09;
}
.ao-pulse-related__list {
	margin: 0;
	padding-left: 1.15rem;
	list-style: disc;
}
.ao-pulse-related__item {
	margin: 0.45rem 0;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.55;
}
.ao-pulse-related__item a {
	color: #b45309;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.ao-pulse-related__item time {
	display: inline-block;
	margin-left: 0.35rem;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8rem;
	color: #78716c;
}
