:root {
	--rtp-ink: #26312c;
	--rtp-cream: #f4f1e9;
	--rtp-paper: #faf8f2;
	--rtp-sage: #aab5a5;
	--rtp-soft-sage: #dfe5db;
	--rtp-gold: #9d9622;
	--rtp-rule: rgba(38, 49, 44, 0.18);
}

body.page-template-default:has(.rtp-page),
body:has(.rtp-page) {
	background: var(--rtp-cream);
	color: var(--rtp-ink);
}

.rtp-page {
	min-height: 62vh;
	padding: clamp(82px, 10vw, 142px) clamp(22px, 5vw, 68px) clamp(78px, 9vw, 124px);
	background:
		radial-gradient(circle at 91% 10%, rgba(170, 181, 165, 0.18), transparent 25rem),
		var(--rtp-cream);
	color: var(--rtp-ink);
	font-family: Arial, Helvetica, sans-serif;
}

.rtp-page *,
.rtp-page *::before,
.rtp-page *::after {
	box-sizing: border-box;
}

.rtp-page-shell {
	width: min(100%, 1080px);
	margin: 0 auto;
}

.rtp-page-header {
	max-width: 850px;
	margin-bottom: clamp(52px, 7vw, 92px);
}

.rtp-eyebrow {
	margin: 0 0 18px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.19em;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--rtp-gold);
}

.rtp-page h1 {
	max-width: 900px;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(48px, 7.2vw, 88px);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.94;
	color: var(--rtp-ink);
}

.rtp-page-intro {
	max-width: 680px;
	margin: 28px 0 0;
	font-size: clamp(17px, 1.8vw, 21px);
	line-height: 1.62;
	color: rgba(38, 49, 44, 0.76);
}

.rtp-page-content p {
	font-size: 16px;
	line-height: 1.72;
}

.rtp-page-content ul {
	max-width: 760px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.rtp-page-content li {
	position: relative;
	margin: 0 0 12px;
	padding-left: 25px;
	font-size: 16px;
	line-height: 1.65;
	color: rgba(38, 49, 44, 0.78);
}

.rtp-page-content li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 0.68em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--rtp-gold);
}

.rtp-page-content a {
	color: var(--rtp-ink);
	text-decoration-color: var(--rtp-sage);
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.rtp-page-content a:hover,
.rtp-page-content a:focus-visible {
	text-decoration-color: var(--rtp-ink);
}

/* Contact */
.rtp-page--contact .rtp-page-shell {
	max-width: 980px;
}

.rtp-page--contact .rtp-page-header {
	margin-bottom: 42px;
}

.rtp-contact-card {
	position: relative;
	overflow: hidden;
	padding: clamp(34px, 6vw, 66px);
	border: 1px solid var(--rtp-rule);
	border-radius: 32px;
	background: rgba(250, 248, 242, 0.72);
}

.rtp-contact-card::after {
	content: "";
	position: absolute;
	right: -75px;
	top: -75px;
	width: 210px;
	height: 210px;
	border: 1px solid rgba(170, 181, 165, 0.55);
	border-radius: 50%;
	box-shadow: inset 0 0 0 28px rgba(170, 181, 165, 0.09);
	pointer-events: none;
}

.rtp-contact-intro {
	position: relative;
	z-index: 1;
	max-width: 560px;
	margin: 0 0 24px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(25px, 3vw, 38px) !important;
	line-height: 1.18 !important;
}

.rtp-email-link {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	max-width: 100%;
	font-size: clamp(18px, 2.4vw, 29px);
	font-weight: 700;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.rtp-email-link span {
	font-size: 0.75em;
	font-weight: 400;
}

.rtp-contact-note {
	position: relative;
	z-index: 1;
	margin: 34px 0 0;
	color: rgba(38, 49, 44, 0.68);
}

/* Policies and legal pages */
.rtp-updated {
	margin: -38px 0 34px !important;
	font-size: 12px !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(38, 49, 44, 0.56);
}

.rtp-policy-list {
	border-top: 1px solid var(--rtp-rule);
}

.rtp-policy-section {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: clamp(18px, 4vw, 52px);
	padding: clamp(42px, 6vw, 72px) 0;
	border-bottom: 1px solid var(--rtp-rule);
}

.rtp-section-number {
	margin: 5px 0 0 !important;
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: var(--rtp-gold);
}

.rtp-policy-section h2 {
	margin: 0 0 26px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.04;
	color: var(--rtp-ink);
}

.rtp-policy-section p {
	max-width: 760px;
	margin: 0 0 17px;
	color: rgba(38, 49, 44, 0.78);
}

.rtp-policy-section p:last-child {
	margin-bottom: 0;
}

.rtp-legal-note {
	margin-top: 30px !important;
	padding: 18px 20px;
	border-left: 3px solid var(--rtp-sage);
	background: rgba(223, 229, 219, 0.34);
	font-size: 14px !important;
}

@media (max-width: 720px) {
	.rtp-page {
		padding-top: 68px;
		padding-bottom: 82px;
	}

	.rtp-page-header {
		margin-bottom: 46px;
	}

	.rtp-page h1 {
		font-size: clamp(45px, 14vw, 66px);
	}

	.rtp-page-intro {
		margin-top: 22px;
		font-size: 17px;
	}

	.rtp-contact-card {
		border-radius: 24px;
	}

	.rtp-contact-card::after {
		right: -105px;
		top: -95px;
	}

	.rtp-policy-section {
		grid-template-columns: 1fr;
		gap: 13px;
	}

	.rtp-section-number {
		margin-top: 0 !important;
	}
}
