/*
Theme Name:  Editor Child
Theme URI:   https://themeforest.net/user/pixelwars/portfolio
Description: Make your modifications to [Editor Theme] in this child theme.
Author:      Pixelwars
Author URI:  https://themeforest.net/user/pixelwars
Version:     1.6.1
Template:    editor-wp
Tags:        portfolio
Text Domain: editor-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/* =Page frame — grey backdrop + centered 1280px near-white column,
   shared by every page (header/content/footer all live inside #page)
-------------------------------------------------------------- */
body {
	background: var(--rsp-page-backdrop);
}

#page {
	max-width: 1280px;
	margin: 0 auto;
	background: var(--rsp-page-bg);
}

/* =Header 1C — quickbar, main bar, dropdown nav, mobile menu
-------------------------------------------------------------- */
:root {
	--rsp-page-backdrop: oklch(0.7 0.005 260);
	--rsp-page-bg: oklch(0.98 0.004 90);
	--rsp-navy: oklch(0.19 0.02 260);
	--rsp-navy-darker: oklch(0.11 0.008 260);
	--rsp-quickbar-bg: oklch(0.15 0.018 260 / 0.85);
	--rsp-dropdown-bg: oklch(0.24 0.02 260);
	--rsp-dropdown-hover-bg: oklch(0.3 0.02 260);
	--rsp-mobile-menu-bg: oklch(0.16 0.018 260);
	--rsp-mobile-border: oklch(0.3 0.015 260);

	--rsp-gold: oklch(0.78 0.14 80);
	--rsp-gold-hover: oklch(0.86 0.13 80);
	--rsp-gold-active: oklch(0.82 0.13 80);
	--rsp-cta-gold: oklch(0.83 0.15 92);
	--rsp-cta-gold-hover: oklch(0.88 0.14 92);
	--rsp-sheen: oklch(1 0.06 95 / 0.85);

	--rsp-text-strong: oklch(0.9 0.01 90);
	--rsp-text-menu-item: oklch(0.92 0.01 90);
	--rsp-text-quickbar: oklch(0.82 0.015 260);
	--rsp-text-mobile-strong: oklch(0.94 0.01 90);
	--rsp-text-mobile-sub: oklch(0.8 0.01 90);
	--rsp-text-on-gold: oklch(0.18 0.02 260);

	/* Article / light-content tokens */
	--rsp-kicker-gold: oklch(0.6 0.14 72);
	--rsp-heading-dark: oklch(0.17 0.02 260);
	--rsp-heading-darker: oklch(0.18 0.02 260);
	--rsp-heading-darkest: oklch(0.2 0.02 260);
	--rsp-body-copy: oklch(0.26 0.015 260);
	--rsp-text-muted-90: oklch(0.42 0.01 90);
	--rsp-text-faint-90: oklch(0.55 0.01 90);
	--rsp-text-faint-90-b: oklch(0.58 0.01 90);
	--rsp-text-faint-90-c: oklch(0.6 0.01 90);
	--rsp-text-quiet-260: oklch(0.35 0.02 260);
	--rsp-text-quiet-260-b: oklch(0.3 0.02 260);
	--rsp-text-quiet-260-c: oklch(0.32 0.02 260);
	--rsp-chip-bg: oklch(0.94 0.004 90);
	--rsp-light-border: oklch(0.88 0.006 90);
	--rsp-light-border-b: oklch(0.9 0.006 90);
	--rsp-light-border-c: oklch(0.91 0.006 90);
	--rsp-card-bg: oklch(0.995 0.002 90);
	--rsp-card-bg-hover: oklch(0.98 0.01 88);
	--rsp-pullquote-bg: oklch(0.96 0.01 88);
	--rsp-link-gold: oklch(0.5 0.13 72);
	--rsp-link-gold-hover: oklch(0.62 0.14 72);
	--rsp-promo-bg: oklch(0.15 0.012 260);
	--rsp-promo-eyebrow: oklch(0.72 0.14 78);
	--rsp-promo-body: oklch(0.78 0.01 90);
	--rsp-promo-heading: oklch(0.97 0.008 90);
	--rsp-cat-hover: oklch(0.55 0.13 72);

	/* Dark-section tokens (footer, and shared by future dark page sections) */
	--rsp-dark-border: oklch(0.24 0.015 260);
	--rsp-dark-bg-darkest: oklch(0.1 0.008 260);
	--rsp-dark-text-muted: oklch(0.55 0.02 260);
	--rsp-dark-text-faint: oklch(0.5 0.02 260);

	/* Buy the RSP page tokens */
	--rsp-buy-page-bg: oklch(0.13 0.008 260);
	--rsp-buy-hero-bg: oklch(0.98 0.003 90);
	--rsp-buy-kicker-rule: oklch(0.7 0.15 75);
	--rsp-buy-kicker-text: oklch(0.62 0.14 75);
	--rsp-buy-hero-summary: oklch(0.42 0.01 260);
	--rsp-buy-card-bg: oklch(0.12 0.008 260);
	--rsp-buy-card-featured-bg: oklch(0.15 0.014 260);
	--rsp-buy-card-featured-border: oklch(0.78 0.14 80 / 0.5);
	--rsp-buy-text-on-gold: oklch(0.16 0.02 260);
	--rsp-buy-name-text: oklch(0.96 0.008 90);
	--rsp-buy-bio-lead: oklch(0.95 0.008 90);
	--rsp-buy-desc-text: oklch(0.74 0.01 90);
	--rsp-buy-feature-text: oklch(0.8 0.01 90);
	--rsp-buy-btn-outline-text: oklch(0.86 0.05 80);
	--rsp-buy-btn-outline-border: oklch(0.4 0.04 80);
	--rsp-buy-note-text: oklch(0.6 0.02 260);
	--rsp-buy-stat-label: oklch(0.66 0.02 260);
	--rsp-buy-bio-label: oklch(0.6 0.03 260);
	--rsp-buy-testimonial-quote: oklch(0.88 0.01 90);
	--rsp-buy-testimonial-role: oklch(0.62 0.02 260);

	/* About page tokens (only the ones that don't already exactly match
	   a Buy the RSP token above) */
	--rsp-about-link-text: oklch(0.82 0.01 90);
	--rsp-about-link-border: oklch(0.4 0.02 260);
}

body.rsp-page-dark-frame #page {
	background: var(--rsp-buy-page-bg);
}

.rsp-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: var(--rsp-navy);
	font-family: 'Manrope', sans-serif;
}

.rsp-header__texture {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: url('images/headerBkgd.jpg');
	background-size: cover;
	background-position: center;
	pointer-events: none;
}

/* Quickbar */
.rsp-quickbar {
	position: relative;
	z-index: 1;
	background: var(--rsp-quickbar-bg);
}

.rsp-quickbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 48px);
	height: 32px;
}

.rsp-quickbar a {
	font-size: 11px;
	letter-spacing: 0.04em;
	color: var(--rsp-text-quickbar);
	text-decoration: none;
}

.rsp-quickbar a:hover {
	color: var(--rsp-gold);
}

.rsp-quickbar__login.is-active {
	font-weight: 700;
	color: var(--rsp-gold-active);
}

.rsp-quickbar__right {
	display: flex;
	align-items: center;
	gap: 16px;
}

.rsp-quickbar__social {
	display: flex;
	align-items: center;
	gap: 12px;
}

.rsp-quickbar__social a {
	display: flex;
	color: var(--rsp-text-quickbar);
}

.rsp-quickbar__social a:hover {
	color: var(--rsp-gold);
}

/* Main bar */
/* Header sizing ladder (measured against real rendered widths):
   nav content = 631px at full size; logo = 261px + 36px pad.
   Everything incl. the CTA only fits at >=1203px, so the CTA drops
   below 1240px. Below ~1050px the nav alone would start to squeeze, so
   logo, nav font, and both gaps scale down smoothly from 1100px to
   768px — the hamburger only takes over below 768px (tablet portrait). */
.rsp-mainbar {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 48px);
	height: 76px;
	gap: clamp(12px, 4.26vw - 20.7px, 24px);
}

.rsp-logo {
	display: flex;
	align-items: stretch;
	flex-shrink: 0;
	padding-right: clamp(10px, 11.2vw - 76px, 36px);
}

.rsp-logo img {
	width: clamp(145px, 34.9vw - 123px, 261px);
	height: 76px;
	flex-shrink: 0;
	object-fit: contain;
}

/* Primary nav (desktop) */
.rsp-nav {
	display: flex;
	flex: 1;
	min-width: 0;
}

.rsp-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	gap: clamp(10px, 6.38vw - 39px, 28px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.rsp-menu li {
	position: relative;
}

.rsp-menu > li > a {
	font-size: clamp(12px, 0.709vw + 6.56px, 14px);
	font-weight: 600;
	color: var(--rsp-text-strong);
	white-space: nowrap;
	text-decoration: none;
}

.rsp-menu > li > a:hover {
	color: var(--rsp-gold);
}

.rsp-menu li.menu-item-has-children > a::after {
	content: ' \25BE';
	font-size: 10px;
}

.rsp-menu li.current-menu-item > a,
.rsp-menu li.current-menu-ancestor > a {
	font-weight: 700;
	color: var(--rsp-gold-active);
	border-bottom: 2px solid var(--rsp-gold-active);
}

.rsp-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	padding-top: 8px;
	min-width: 200px;
	margin: 0;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(4px);
	transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
}

.rsp-menu li:hover > .sub-menu,
.rsp-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.rsp-menu .sub-menu {
	background: var(--rsp-dropdown-bg);
	border-radius: 8px;
	padding: 8px;
	display: flex;
	flex-direction: column;
	gap: 2px;
	box-shadow: 0 8px 24px oklch(0 0 0 / 0.3);
}

.rsp-menu .sub-menu a {
	font-size: 14px;
	font-weight: 500;
	color: var(--rsp-text-menu-item);
	padding: 9px 12px;
	border-radius: 5px;
	display: block;
	text-decoration: none;
	white-space: nowrap;
}

.rsp-menu .sub-menu a:hover {
	background: var(--rsp-dropdown-hover-bg);
	color: var(--rsp-gold);
}

/* Buy the RSP CTA (gold sheen on hover) */
.rsp-cta {
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
	background: var(--rsp-cta-gold);
	color: var(--rsp-text-on-gold);
	font-size: 13px;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 999px;
	white-space: nowrap;
	text-decoration: none;
}

.rsp-cta:hover {
	background: var(--rsp-cta-gold-hover);
	color: var(--rsp-text-on-gold);
}

.rsp-cta::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
	height: 100%;
	background: linear-gradient(100deg, transparent, var(--rsp-sheen), transparent);
	transform: translateX(-140%) skewX(-20deg);
	pointer-events: none;
}

.rsp-cta:hover::before {
	animation: rsp-sheen 0.85s ease;
}

@keyframes rsp-sheen {
	0% { transform: translateX(-140%) skewX(-20deg); }
	100% { transform: translateX(360%) skewX(-20deg); }
}

.rsp-cta--mobile {
	margin-top: 16px;
	text-align: center;
	display: block;
}

/* Hamburger (mobile) */
.rsp-hamburger {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 26px;
	padding: 10px;
	margin: -10px 0 -10px auto;
	background: none;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	flex-shrink: 0;
}

.rsp-hamburger span {
	flex-shrink: 0;
}

.rsp-hamburger:hover {
	background: oklch(1 0 0 / 0.08);
}

.rsp-hamburger span {
	height: 3px;
	border-radius: 2px;
	background: var(--rsp-text-mobile-strong);
	transition: transform 0.2s, opacity 0.2s;
}

.rsp-hamburger[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(8px) rotate(45deg) !important;
}

.rsp-hamburger[aria-expanded="true"] span:nth-child(2) {
	opacity: 0 !important;
}

.rsp-hamburger[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg) !important;
}

/* Mobile slide-in menu */
.rsp-mobile-overlay {
	position: fixed;
	inset: 0;
	background: oklch(0.1 0.01 260 / 0.5);
	z-index: 99990;
}

.rsp-mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(82vw, 360px);
	background: var(--rsp-mobile-menu-bg);
	z-index: 99991;
	display: flex;
	flex-direction: column;
	padding: 24px;
	gap: 4px;
	overflow-y: auto;
	box-shadow: -12px 0 32px oklch(0 0 0 / 0.3);
}

.rsp-mobile-menu[hidden],
.rsp-mobile-overlay[hidden] {
	display: none;
}

/* Lock the background from scrolling behind the open mobile menu */
body.rsp-mobile-menu-open {
	overflow: hidden;
}

.rsp-mobile-menu__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rsp-mobile-menu__list > li {
	border-bottom: 1px solid var(--rsp-mobile-border);
}

.rsp-mobile-menu__list > li > a {
	display: block;
	color: var(--rsp-text-mobile-strong);
	font-size: 16px;
	font-weight: 600;
	padding: 14px 4px;
	text-decoration: none;
}

.rsp-mobile-menu__list > li > a:hover {
	color: var(--rsp-gold);
}

.rsp-mobile-menu__list li.menu-item-has-children > a::after {
	content: '+';
	float: right;
	color: var(--rsp-gold);
	font-weight: 700;
}

.rsp-mobile-menu__list li.menu-item-has-children.is-open > a::after {
	content: '\2212';
}

.rsp-mobile-menu__list .sub-menu {
	margin: 0;
	padding: 0 0 12px 14px;
	list-style: none;
	display: none;
	flex-direction: column;
	gap: 2px;
}

.rsp-mobile-menu__list li.is-open > .sub-menu {
	display: flex;
}

.rsp-mobile-menu__list .sub-menu a {
	display: block;
	color: var(--rsp-text-mobile-sub);
	font-size: 14px;
	padding: 8px 4px;
	border-radius: 5px;
	text-decoration: none;
}

.rsp-mobile-menu__list .sub-menu a:hover {
	color: var(--rsp-gold);
	background: oklch(1 0 0 / 0.05);
}

/* Responsive breakpoints (CTA hides <1240px, header collapses <768px).
   1240px measured: nav needs 631px and only clears the logo+CTA above
   ~1203px, so 1240 leaves ~37px of margin for font-rendering variance
   and slightly longer menu labels. Keep the 768px threshold in sync
   with the matchMedia() guard in js/nav.js that force-closes the
   mobile menu on resize. */
@media (max-width: 1239px) {
	.rsp-cta:not(.rsp-cta--mobile) {
		display: none;
	}
}

@media (max-width: 767px) {
	.rsp-quickbar,
	.rsp-nav {
		display: none;
	}

	.rsp-hamburger {
		display: flex;
	}
}

@media (min-width: 768px) {
	.rsp-mobile-menu,
	.rsp-mobile-overlay {
		display: none !important;
	}
}

/* =Footer
-------------------------------------------------------------- */
.rsp-footer {
	border-top: 1px solid var(--rsp-dark-border);
	background: var(--rsp-dark-bg-darkest);
}

.rsp-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 32px clamp(24px, 5vw, 64px);
}

.rsp-footer__copy {
	font-family: 'Manrope', sans-serif;
	font-size: 13px;
	color: var(--rsp-dark-text-muted);
}

.rsp-footer__tagline {
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	letter-spacing: 0.04em;
	color: var(--rsp-dark-text-faint);
}

/* =Article Template — article column + sidebar
-------------------------------------------------------------- */
.rsp-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: clamp(32px, 4vw, 56px);
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(32px, 5vw, 60px) clamp(24px, 5vw, 64px);
	font-family: 'Manrope', sans-serif;
}

@media (max-width: 939px) {
	.rsp-article-layout {
		grid-template-columns: 1fr;
	}
}

.rsp-article {
	min-width: 0;
}

/* Kicker / category row */
.rsp-article__kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}

.rsp-article__kicker-link {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--rsp-kicker-gold);
	text-decoration: none;
}

.rsp-article__kicker-sep {
	color: oklch(0.75 0.01 90);
}

/* Title */
.rsp-article__title {
	margin: 0;
	font-family: 'Cinzel', serif;
	font-weight: 600;
	font-size: clamp(30px, 4.4vw, 52px);
	line-height: 1.08;
	letter-spacing: -0.01em;
	color: var(--rsp-heading-dark);
}

/* Byline + share */
.rsp-article__byline {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 22px;
	padding-bottom: 26px;
	border-bottom: 1px solid var(--rsp-light-border);
}

.rsp-article__meta {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--rsp-text-muted-90);
}

.rsp-article__byline-spacer {
	flex: 1;
}

.rsp-article__share {
	display: flex;
	align-items: center;
	gap: 10px;
}

.rsp-article__share-label {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--rsp-text-faint-90-b);
}

.rsp-article__share-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 999px;
	background: var(--rsp-chip-bg);
	color: var(--rsp-text-quiet-260-b);
}

.rsp-article__share-icon:hover {
	background: var(--rsp-gold);
	color: var(--rsp-text-on-gold);
}

/* Featured image */
.rsp-article__figure {
	margin: 30px 0 0;
}

.rsp-article__image {
	display: block;
	width: 100%;
	height: clamp(240px, 42vw, 420px);
	border-radius: 10px;
	object-fit: cover;
}

.rsp-article__caption {
	margin-top: 12px;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 15px;
	line-height: 1.6;
	color: var(--rsp-text-muted-90);
}

/* Body copy */
.rsp-article__body {
	margin-top: 34px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	font-family: 'Lora', serif;
	font-size: 19px;
	line-height: 1.75;
	color: var(--rsp-body-copy);
}

.rsp-article__body p,
.rsp-article__body ul,
.rsp-article__body ol,
.rsp-article__body blockquote {
	margin: 0;
}

.rsp-article__body h2,
.rsp-article__body h3 {
	margin: 0;
	font-family: 'Cinzel', serif;
	font-weight: 600;
	line-height: 1.25;
	color: var(--rsp-heading-darker);
}

.rsp-article__body h2 {
	font-size: clamp(22px, 2.6vw, 30px);
}

.rsp-article__body h3 {
	font-size: clamp(19px, 2.1vw, 24px);
}

.rsp-article__body img,
.rsp-article__body iframe {
	max-width: 100%;
	border-radius: 10px;
}

.rsp-article__body a {
	color: var(--rsp-gold);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.rsp-article__body a:hover {
	color: var(--rsp-gold-hover);
}

/* Embedded video block ([rsp_video] shortcode) */
.rsp-article__video {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	overflow: hidden;
	background: oklch(0.15 0.01 260);
}

.rsp-article__video-poster {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rsp-article__video iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0;
}

.rsp-article__video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: oklch(0.78 0.14 80 / 0.94);
	box-shadow: 0 6px 24px oklch(0 0 0 / 0.45);
	cursor: pointer;
}

.rsp-article__video-play:hover {
	background: oklch(0.86 0.13 80 / 0.94);
}

.rsp-article__video-play-icon {
	display: block;
	width: 0;
	height: 0;
	margin-left: 5px;
	border-style: solid;
	border-width: 15px 0 15px 26px;
	border-color: transparent transparent transparent var(--rsp-text-on-gold);
}

/* Pull-quote / RSP pitch block ([rsp_promo] shortcode) */
.rsp-article__pullquote {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 24px 26px;
	border-left: 3px solid var(--rsp-gold);
	border-radius: 0 8px 8px 0;
	background: var(--rsp-pullquote-bg);
}

.rsp-article__pullquote-lead {
	margin: 0;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	color: var(--rsp-text-quiet-260-c);
}

.rsp-article__pullquote-sub {
	margin: 0;
	font-family: 'Manrope', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: var(--rsp-text-muted-90);
}

.rsp-article__pullquote a {
	color: var(--rsp-gold);
}

.rsp-article__pullquote a:hover {
	color: var(--rsp-gold-hover);
}

/* Tags */
.rsp-article__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 36px;
	padding-top: 28px;
	border-top: 1px solid var(--rsp-light-border);
}

.rsp-article__tag {
	font-size: 12px;
	font-weight: 600;
	color: var(--rsp-text-quiet-260);
	background: var(--rsp-chip-bg);
	padding: 7px 13px;
	border-radius: 999px;
	text-decoration: none;
}

.rsp-article__tag:hover {
	background: oklch(0.78 0.14 80 / 0.18);
	color: oklch(0.35 0.1 70);
}

/* Prev / next */
.rsp-article__adjacent {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 36px;
}

.rsp-article__adjacent-card {
	flex: 1 1 260px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 20px 22px;
	border: 1px solid var(--rsp-light-border-b);
	border-radius: 10px;
	background: var(--rsp-card-bg);
	text-decoration: none;
}

.rsp-article__adjacent-card:hover {
	border-color: var(--rsp-gold);
	background: var(--rsp-card-bg-hover);
}

.rsp-article__adjacent-card--next {
	margin-left: auto;
	text-align: right;
}

.rsp-article__adjacent-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--rsp-text-faint-90-b);
}

.rsp-article__adjacent-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--rsp-heading-darkest);
}

/* Related posts */
.rsp-article__related {
	margin-top: 48px;
}

.rsp-article__related-heading {
	margin: 0 0 22px;
	font-family: 'Cinzel', serif;
	font-weight: 600;
	font-size: 24px;
	color: var(--rsp-heading-darker);
}

.rsp-article__related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media (max-width: 619px) {
	.rsp-article__related-grid {
		grid-template-columns: 1fr;
	}
}

.rsp-related-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-decoration: none;
}

.rsp-related-card:hover {
	opacity: 0.94;
}

.rsp-related-card__image {
	width: 100%;
	height: 150px;
	border-radius: 9px;
	object-fit: cover;
}

.rsp-related-card__image--placeholder {
	background: var(--rsp-chip-bg);
}

.rsp-related-card__meta {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.rsp-related-card__cat {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--rsp-kicker-gold);
}

.rsp-related-card__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--rsp-heading-darkest);
}

/* Sidebar */
.rsp-sidebar {
	display: flex;
	flex-direction: column;
	gap: 30px;
	min-width: 0;
	font-family: 'Manrope', sans-serif;
}

.rsp-sidebar__section {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.rsp-sidebar__heading {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.rsp-sidebar__heading-text {
	font-family: 'Cinzel', serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: var(--rsp-heading-darkest);
}

.rsp-sidebar__heading-rule {
	width: 34px;
	height: 2px;
	background: var(--rsp-gold);
}

.rsp-sidebar__about-image {
	width: 100%;
	height: 150px;
	border-radius: 9px;
	object-fit: cover;
}

.rsp-sidebar__about-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: var(--rsp-text-muted-90);
}

.rsp-sidebar__about-link {
	font-size: 13px;
	font-weight: 700;
	color: var(--rsp-link-gold);
	text-decoration: none;
}

.rsp-sidebar__about-link:hover {
	color: var(--rsp-link-gold-hover);
}

.rsp-sidebar__follow {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.rsp-sidebar__follow-link {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--rsp-text-quiet-260-b);
	background: var(--rsp-chip-bg);
	padding: 9px 14px;
	border-radius: 999px;
	text-decoration: none;
}

.rsp-sidebar__follow-link:hover {
	background: var(--rsp-gold);
	color: var(--rsp-text-on-gold);
}

.rsp-sidebar__categories {
	display: flex;
	flex-direction: column;
}

.rsp-sidebar__cat-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 600;
	color: var(--rsp-text-quiet-260-c);
	padding: 11px 2px;
	border-bottom: 1px solid var(--rsp-light-border-c);
	text-decoration: none;
}

.rsp-sidebar__cat-row:hover {
	color: var(--rsp-cat-hover);
}

.rsp-sidebar__cat-count {
	font-size: 12px;
	font-weight: 600;
	color: var(--rsp-text-faint-90-c);
	background: var(--rsp-chip-bg);
	padding: 2px 9px;
	border-radius: 999px;
}

.rsp-sidebar__promo {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	background: var(--rsp-promo-bg);
	padding: 26px 24px;
}

.rsp-sidebar__promo-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: 0.28;
	background-image: url('images/darkOnly.jpg');
	background-size: cover;
	background-position: center;
}

.rsp-sidebar__promo-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.rsp-sidebar__promo-eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--rsp-promo-eyebrow);
}

.rsp-sidebar__promo-heading {
	font-family: 'Cinzel', serif;
	font-weight: 600;
	font-size: 21px;
	line-height: 1.2;
	color: var(--rsp-promo-heading);
}

.rsp-sidebar__promo-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--rsp-promo-body);
}

.rsp-sidebar__promo-cta {
	align-self: flex-start;
	margin-top: 4px;
	font-size: 13px;
	font-weight: 700;
	color: var(--rsp-text-on-gold);
	background: var(--rsp-gold);
	padding: 11px 20px;
	border-radius: 999px;
	text-decoration: none;
}

.rsp-sidebar__promo-cta:hover {
	background: var(--rsp-gold-hover);
}

/* =Homepage — post listing grid + pagination
-------------------------------------------------------------- */
.rsp-index {
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(32px, 5vw, 60px) clamp(24px, 5vw, 64px);
	font-family: 'Manrope', sans-serif;
}

.rsp-index__empty {
	font-size: 16px;
	color: var(--rsp-text-muted-90);
}

.rsp-index__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px 24px;
}

@media (max-width: 939px) {
	.rsp-index__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 619px) {
	.rsp-index__grid {
		grid-template-columns: 1fr;
	}
}

.rsp-post-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-decoration: none;
}

.rsp-post-card:hover {
	opacity: 0.94;
}

.rsp-post-card__image {
	width: 100%;
	height: 200px;
	border-radius: 9px;
	object-fit: cover;
}

.rsp-post-card__image--placeholder {
	background: var(--rsp-chip-bg);
}

.rsp-post-card__meta {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.rsp-post-card__cat {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--rsp-kicker-gold);
}

.rsp-post-card__title {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--rsp-heading-darkest);
}

.rsp-index .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 48px;
}

.rsp-index .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	padding: 9px 16px;
	border-radius: 999px;
	background: var(--rsp-chip-bg);
	color: var(--rsp-text-quiet-260);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.rsp-index .page-numbers:hover {
	background: oklch(0.78 0.14 80 / 0.18);
	color: oklch(0.35 0.1 70);
}

.rsp-index .page-numbers.current {
	background: var(--rsp-gold);
	color: var(--rsp-text-on-gold);
}

.rsp-index .page-numbers.dots {
	background: none;
}

/* =Buy the RSP — sales page
-------------------------------------------------------------- */

/* Hero (light, same spec as About) */
.rsp-buy-hero {
	background: var(--rsp-buy-hero-bg);
	padding: clamp(20px, 2.6vw, 30px) clamp(24px, 5vw, 64px) clamp(24px, 3vw, 36px);
	font-family: 'Manrope', sans-serif;
}

.rsp-buy-hero__inner {
	max-width: 1280px;
	margin: 0 auto;
}

.rsp-buy-hero__kicker-row {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
}

.rsp-buy-hero__kicker-rule {
	width: 34px;
	height: 1px;
	background: var(--rsp-buy-kicker-rule);
}

.rsp-buy-hero__kicker {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--rsp-buy-kicker-text);
}

.rsp-buy-hero__title {
	margin: 0;
	font-family: 'Cinzel', serif;
	font-weight: 600;
	font-size: clamp(32px, 5vw, 58px);
	line-height: 0.98;
	letter-spacing: -0.01em;
	color: var(--rsp-heading-darkest);
	max-width: 16ch;
}

.rsp-buy-hero__summary {
	margin: 16px 0 0;
	font-size: clamp(15px, 1.6vw, 18px);
	line-height: 1.5;
	color: var(--rsp-buy-hero-summary);
	max-width: 58ch;
}

/* Pricing packages */
.rsp-buy-packages {
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(20px, 2.6vw, 30px) clamp(24px, 5vw, 64px) clamp(24px, 3vw, 36px);
	font-family: 'Manrope', sans-serif;
}

.rsp-buy-packages__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: stretch;
}

@media (max-width: 859px) {
	.rsp-buy-packages__grid {
		grid-template-columns: 1fr;
	}
}

.rsp-buy-package {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: clamp(26px, 3vw, 36px);
	border-radius: 16px;
	background: var(--rsp-buy-card-bg);
	border: 1px solid var(--rsp-dark-border);
}

.rsp-buy-package--featured {
	background: var(--rsp-buy-card-featured-bg);
	border-color: var(--rsp-buy-card-featured-border);
	box-shadow: 0 16px 44px oklch(0 0 0 / 0.35);
}

.rsp-buy-package__badge {
	align-self: flex-start;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--rsp-buy-text-on-gold);
	background: var(--rsp-gold-active);
	padding: 5px 12px;
	border-radius: 999px;
}

.rsp-buy-package__name {
	font-family: 'Cinzel', serif;
	font-weight: 600;
	font-size: clamp(22px, 2.6vw, 28px);
	color: var(--rsp-buy-name-text);
	line-height: 1.1;
}

.rsp-buy-package__price {
	font-family: 'Cinzel', serif;
	font-weight: 700;
	font-size: clamp(38px, 5vw, 52px);
	color: var(--rsp-gold-active);
	line-height: 1;
}

.rsp-buy-package__desc {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: var(--rsp-buy-desc-text);
	flex: 1;
}

.rsp-buy-package__features {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 4px;
}

.rsp-buy-package__feature {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--rsp-buy-feature-text);
}

.rsp-buy-package__check {
	color: var(--rsp-gold);
	font-size: 15px;
	line-height: 1.5;
	flex-shrink: 0;
}

.rsp-buy-package__cta {
	margin-top: 8px;
	text-align: center;
	background: transparent;
	color: var(--rsp-buy-btn-outline-text);
	font-size: 14px;
	font-weight: 700;
	padding: 14px;
	border-radius: 999px;
	border: 1px solid var(--rsp-buy-btn-outline-border);
	text-decoration: none;
}

.rsp-buy-package__cta:hover {
	border-color: var(--rsp-gold);
	color: var(--rsp-gold);
}

.rsp-buy-package__cta--featured {
	background: var(--rsp-gold);
	color: var(--rsp-buy-text-on-gold);
	border: 0;
}

.rsp-buy-package__cta--featured:hover {
	background: var(--rsp-gold-hover);
	color: var(--rsp-buy-text-on-gold);
}

.rsp-buy-packages__note {
	margin: 28px 0 0;
	text-align: center;
	font-size: 13px;
	color: var(--rsp-buy-note-text);
}

/* What's inside band */
.rsp-buy-inside {
	border-top: 1px solid var(--rsp-dark-border);
	border-bottom: 1px solid var(--rsp-dark-border);
	background: var(--rsp-navy-darker);
	font-family: 'Manrope', sans-serif;
}

.rsp-buy-inside__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(56px, 8vw, 96px) clamp(24px, 5vw, 64px);
}

.rsp-buy-inside__heading {
	margin: 0 0 44px;
	font-family: 'Cinzel', serif;
	font-weight: 600;
	font-size: clamp(26px, 3.4vw, 40px);
	color: var(--rsp-buy-name-text);
}

.rsp-buy-inside__stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: var(--rsp-dark-border);
	border: 1px solid var(--rsp-dark-border);
	border-radius: 14px;
	overflow: hidden;
}

@media (max-width: 759px) {
	.rsp-buy-inside__stats {
		grid-template-columns: 1fr 1fr;
	}
}

.rsp-buy-inside__stat {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	text-align: center;
	padding: 32px 20px;
	background: var(--rsp-buy-card-bg);
}

.rsp-buy-inside__stat-value {
	font-family: 'Cinzel', serif;
	font-weight: 600;
	font-size: clamp(28px, 3.6vw, 44px);
	line-height: 1;
	color: var(--rsp-gold-active);
}

.rsp-buy-inside__stat-label {
	font-size: 13px;
	line-height: 1.4;
	font-weight: 500;
	color: var(--rsp-buy-stat-label);
}

.rsp-buy-inside__bio {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: clamp(32px, 6vw, 80px);
	align-items: start;
	margin-top: clamp(48px, 6vw, 72px);
}

@media (max-width: 759px) {
	.rsp-buy-inside__bio {
		grid-template-columns: 1fr;
	}
}

.rsp-buy-inside__bio-label {
	position: sticky;
	top: 130px;
}

.rsp-buy-inside__bio-label span {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--rsp-buy-bio-label);
}

.rsp-buy-inside__bio-rule {
	width: 44px;
	height: 2px;
	background: var(--rsp-gold);
	margin-top: 16px;
}

.rsp-buy-inside__bio-copy {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.rsp-buy-inside__bio-copy p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: var(--rsp-promo-body);
}

.rsp-buy-inside__bio-copy p.rsp-buy-inside__bio-lead {
	font-size: clamp(16px, 2vw, 21px);
	line-height: 1.4;
	font-weight: 500;
	color: var(--rsp-buy-bio-lead);
}

/* Testimonials */
.rsp-buy-testimonials {
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(56px, 8vw, 104px) clamp(24px, 5vw, 64px);
	font-family: 'Manrope', sans-serif;
}

.rsp-buy-testimonials__heading-row {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 44px;
}

.rsp-buy-testimonials__heading {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--rsp-buy-bio-label);
	white-space: nowrap;
}

.rsp-buy-testimonials__rule {
	flex: 1;
	height: 1px;
	background: var(--rsp-dark-border);
}

.rsp-buy-testimonials__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

@media (max-width: 859px) {
	.rsp-buy-testimonials__grid {
		grid-template-columns: 1fr;
	}
}

.rsp-buy-testimonial {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 30px;
	background: var(--rsp-buy-card-bg);
	border: 1px solid var(--rsp-dark-border);
	border-radius: 14px;
}

.rsp-buy-testimonial__mark {
	font-family: 'Cinzel', serif;
	font-size: 44px;
	line-height: 0.5;
	color: var(--rsp-gold);
	height: 22px;
}

.rsp-buy-testimonial__quote {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	color: var(--rsp-buy-testimonial-quote);
	flex: 1;
}

.rsp-buy-testimonial__attribution {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.rsp-buy-testimonial__name {
	font-size: 14px;
	font-weight: 700;
	color: var(--rsp-buy-name-text);
}

.rsp-buy-testimonial__role {
	font-size: 13px;
	color: var(--rsp-buy-testimonial-role);
}

/* CTA strip */
.rsp-buy-cta {
	position: relative;
	overflow: hidden;
	border-top: 1px solid var(--rsp-dark-border);
	font-family: 'Manrope', sans-serif;
}

.rsp-buy-cta__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: 0.35;
	background-image: url('images/darkOnly.jpg');
	background-size: cover;
	background-position: 70% 20%;
}

.rsp-buy-cta__gradient {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, oklch(0.13 0.008 260 / 0.9), oklch(0.11 0.008 260 / 0.98));
}

.rsp-buy-cta__inner {
	position: relative;
	z-index: 2;
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(64px, 9vw, 120px) clamp(24px, 5vw, 64px);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.rsp-buy-cta__eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--rsp-gold);
}

.rsp-buy-cta__heading {
	margin: 14px 0 0;
	font-family: 'Cinzel', serif;
	font-weight: 600;
	font-size: clamp(30px, 4.4vw, 54px);
	line-height: 1.05;
	color: var(--rsp-promo-heading);
	max-width: 20ch;
}

.rsp-buy-cta__subcopy {
	margin: 20px 0 0;
	font-size: 17px;
	line-height: 1.65;
	color: var(--rsp-buy-feature-text);
	max-width: 52ch;
}

.rsp-buy-cta__button {
	margin-top: 34px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--rsp-gold);
	color: var(--rsp-buy-text-on-gold);
	font-size: 15px;
	font-weight: 700;
	padding: 15px 30px;
	border-radius: 999px;
	text-decoration: none;
}

.rsp-buy-cta__button:hover {
	background: var(--rsp-gold-hover);
}

/* =About — bio page
-------------------------------------------------------------- */

/* Hero (light, same spec as Buy the RSP) */
.rsp-about-hero {
	background: var(--rsp-buy-hero-bg);
	padding: clamp(20px, 2.6vw, 30px) clamp(24px, 5vw, 64px) clamp(24px, 3vw, 36px);
	font-family: 'Manrope', sans-serif;
}

.rsp-about-hero__inner {
	max-width: 1280px;
	margin: 0 auto;
}

.rsp-about-hero__kicker-row {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
}

.rsp-about-hero__kicker-rule {
	width: 34px;
	height: 1px;
	background: var(--rsp-buy-kicker-rule);
}

.rsp-about-hero__kicker {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--rsp-buy-kicker-text);
}

.rsp-about-hero__title {
	margin: 0;
	font-family: 'Cinzel', serif;
	font-weight: 600;
	font-size: clamp(32px, 5vw, 58px);
	line-height: 0.98;
	letter-spacing: -0.01em;
	color: var(--rsp-heading-darkest);
	max-width: 14ch;
}

.rsp-about-hero__summary {
	margin: 16px 0 0;
	font-size: clamp(15px, 1.6vw, 18px);
	line-height: 1.5;
	color: var(--rsp-buy-hero-summary);
	max-width: 56ch;
}

/* Bio */
.rsp-about-bio {
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(20px, 2.6vw, 30px) clamp(24px, 5vw, 64px) clamp(24px, 3vw, 36px);
	font-family: 'Manrope', sans-serif;
}

.rsp-about-bio__grid {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: clamp(32px, 6vw, 80px);
	align-items: start;
}

@media (max-width: 759px) {
	.rsp-about-bio__grid {
		grid-template-columns: 1fr;
	}
}

.rsp-about-bio__label {
	position: sticky;
	top: 130px;
}

.rsp-about-bio__label span {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--rsp-buy-bio-label);
}

.rsp-about-bio__label-rule {
	width: 44px;
	height: 2px;
	background: var(--rsp-gold);
	margin-top: 16px;
}

.rsp-about-bio__copy {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.rsp-about-bio__copy p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: var(--rsp-promo-body);
}

.rsp-about-bio__copy em {
	color: var(--rsp-buy-testimonial-quote);
	font-style: italic;
}

.rsp-about-bio__copy p.rsp-about-bio__lead {
	font-size: clamp(18px, 2.1vw, 23px);
	line-height: 1.4;
	font-weight: 500;
	color: var(--rsp-buy-bio-lead);
}

.rsp-about-bio__accent {
	color: var(--rsp-gold-active);
}

/* Plain stats row */
.rsp-about-stats {
	border-top: 1px solid var(--rsp-dark-border);
	border-bottom: 1px solid var(--rsp-dark-border);
	background: var(--rsp-navy-darker);
	font-family: 'Manrope', sans-serif;
}

.rsp-about-stats__grid {
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(36px, 5vw, 56px) clamp(24px, 5vw, 64px);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(24px, 4vw, 48px);
}

@media (max-width: 759px) {
	.rsp-about-stats__grid {
		grid-template-columns: 1fr 1fr;
	}
}

.rsp-about-stats__cell {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.rsp-about-stats__value {
	font-family: 'Cinzel', serif;
	font-weight: 600;
	font-size: clamp(34px, 4.4vw, 52px);
	line-height: 1;
	color: var(--rsp-gold-active);
}

.rsp-about-stats__label {
	font-size: 13px;
	line-height: 1.4;
	font-weight: 500;
	color: var(--rsp-buy-stat-label);
}

/* "By the Numbers" bordered stat grid */
.rsp-about-output {
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(48px, 6vw, 80px) clamp(24px, 5vw, 64px) 0;
	font-family: 'Manrope', sans-serif;
}

.rsp-about-output__heading-row {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 28px;
}

.rsp-about-output__heading {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--rsp-buy-bio-label);
	white-space: nowrap;
}

.rsp-about-output__rule {
	flex: 1;
	height: 1px;
	background: var(--rsp-dark-border);
}

.rsp-about-output__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: var(--rsp-dark-border);
	border: 1px solid var(--rsp-dark-border);
	border-radius: 14px;
	overflow: hidden;
}

@media (max-width: 759px) {
	.rsp-about-output__grid {
		grid-template-columns: 1fr 1fr;
	}
}

.rsp-about-output__cell {
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: center;
	text-align: center;
	padding: 28px 18px;
	background: var(--rsp-buy-card-bg);
}

.rsp-about-output__value {
	font-family: 'Cinzel', serif;
	font-weight: 600;
	font-size: clamp(28px, 3.6vw, 42px);
	line-height: 1;
	color: var(--rsp-gold-active);
}

.rsp-about-output__label {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--rsp-buy-stat-label);
}

/* Contact band */
.rsp-about-contact {
	position: relative;
	overflow: hidden;
	border-top: 1px solid var(--rsp-dark-border);
	font-family: 'Manrope', sans-serif;
}

.rsp-about-contact__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: 0.35;
	background-image: url('images/darkOnly.jpg');
	background-size: cover;
	background-position: 70% 20%;
}

.rsp-about-contact__gradient {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, oklch(0.13 0.008 260 / 0.9), oklch(0.11 0.008 260 / 0.98));
}

.rsp-about-contact__inner {
	position: relative;
	z-index: 2;
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(64px, 9vw, 120px) clamp(24px, 5vw, 64px);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.rsp-about-contact__eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--rsp-gold);
}

.rsp-about-contact__heading {
	margin: 14px 0 0;
	font-family: 'Cinzel', serif;
	font-weight: 600;
	font-size: clamp(30px, 4.4vw, 54px);
	line-height: 1.05;
	color: var(--rsp-promo-heading);
	max-width: 18ch;
}

.rsp-about-contact__subcopy {
	margin: 20px 0 0;
	font-size: 15px;
	line-height: 1.55;
	color: var(--rsp-buy-feature-text);
	max-width: 52ch;
}

.rsp-about-contact__email {
	margin-top: 34px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--rsp-gold);
	color: var(--rsp-buy-text-on-gold);
	font-size: 15px;
	font-weight: 700;
	padding: 15px 30px;
	border-radius: 999px;
	text-decoration: none;
}

.rsp-about-contact__email:hover {
	background: var(--rsp-gold-hover);
}

.rsp-about-contact__links {
	display: flex;
	gap: 28px;
	margin-top: 40px;
	flex-wrap: wrap;
	justify-content: center;
}

.rsp-about-contact__link {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: var(--rsp-about-link-text);
	padding-bottom: 3px;
	border-bottom: 1px solid var(--rsp-about-link-border);
	text-decoration: none;
}

.rsp-about-contact__link:hover {
	color: var(--rsp-gold-active);
	border-bottom-color: var(--rsp-gold);
}

