:root {
	--rv-bg: #070707;
	--rv-surface: #0d0d0d;
	--rv-surface-2: #141312;
	--rv-text: #f5f2ea;
	--rv-muted: #a8a29a;
	--rv-soft: #d8d0c3;
	--rv-border: rgba(255, 255, 255, 0.12);
	--rv-border-strong: rgba(255, 255, 255, 0.2);
	--rv-accent: #c8a875;
	--rv-accent-dark: #94764c;
	--rv-max: 1180px;
	--rv-radius: 8px;
	--rv-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--rv-serif: Georgia, "Times New Roman", serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--rv-bg);
	color: var(--rv-text);
	font-family: var(--rv-font);
	font-size: 16px;
	line-height: 1.7;
	text-rendering: optimizeLegibility;
}

body::before {
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	content: "";
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to bottom, #000 0%, transparent 70%);
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--rv-accent);
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

button,
input,
textarea {
	font: inherit;
}

.rv-container {
	width: min(100% - 32px, var(--rv-max));
	margin-inline: auto;
}

.rv-skip-link,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.rv-skip-link:focus {
	z-index: 1000;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	background: var(--rv-text);
	color: var(--rv-bg);
}

.rv-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	border-bottom: 1px solid transparent;
	background: rgba(7, 7, 7, 0.82);
	backdrop-filter: blur(18px);
}

.rv-site-header.is-scrolled {
	border-color: var(--rv-border);
}

.rv-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 78px;
	gap: 24px;
}

.rv-brand {
	font-size: 0.82rem;
	font-weight: 750;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.rv-brand img {
	width: auto;
	max-height: 46px;
}

.rv-menu,
.rv-footer-menu,
.rv-language-menu {
	display: flex;
	align-items: center;
	gap: 26px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rv-menu a,
.rv-footer-menu a,
.rv-language-menu a {
	color: var(--rv-muted);
	font-size: 0.9rem;
}

.rv-menu a:hover,
.rv-footer-menu a:hover,
.rv-language-menu a:hover {
	color: var(--rv-text);
}

.rv-nav-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid var(--rv-border);
	border-radius: var(--rv-radius);
	background: transparent;
	color: var(--rv-text);
}

.rv-nav-toggle__line,
.rv-nav-toggle__line::before,
.rv-nav-toggle__line::after {
	display: block;
	width: 18px;
	height: 1px;
	margin: auto;
	background: currentColor;
	content: "";
}

.rv-nav-toggle__line::before {
	transform: translateY(-6px);
}

.rv-nav-toggle__line::after {
	transform: translateY(5px);
}

.rv-main {
	min-height: 60vh;
}

.site-main {
	width: 100%;
	margin: 0 auto;
}

.elementor-page .site-main,
.full-width,
.elementor-canvas {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 0;
}

.elementor-friendly {
	width: 100%;
	max-width: none;
	padding: 0;
}

.rv-elementor-cpt-widget {
	width: 100%;
}

.rv-elementor-cpt-link {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 18px;
}

.rv-elementor-cpt-grid {
	width: 100%;
}

.rv-elementor-cpt-widget .rv-card-grid {
	grid-template-columns: repeat(var(--rv-cpt-columns, 4), minmax(0, 1fr));
}

.rv-elementor-cpt-grid--projects .rv-card-media {
	display: none;
}

.rv-elementor-cpt-grid--projects .rv-card-body {
	min-height: 210px;
	display: flex;
	flex-direction: column;
}

.rv-elementor-cpt-grid--projects .rv-card h3 {
	font-size: clamp(1.45rem, 2.3vw, 2.05rem);
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.rv-elementor-cpt-grid--projects .rv-card-link {
	margin-top: auto;
}

.rv-elementor-cpt-grid--speaking {
	display: grid;
	grid-template-columns: repeat(var(--rv-cpt-columns, 3), minmax(0, 1fr));
	gap: 10px;
}

.rv-elementor-cpt-grid--speaking .rv-speaking-card {
	display: block;
	min-height: 170px;
	padding: 0;
	overflow: hidden;
}

.rv-elementor-cpt-grid--speaking .rv-speaking-card__media {
	display: block;
	min-height: 170px;
	background:
		radial-gradient(circle at 50% 36%, rgba(50, 116, 194, 0.56), transparent 25%),
		linear-gradient(145deg, #161719, #070707);
}

.rv-elementor-cpt-grid--speaking .rv-speaking-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rv-elementor-cpt-grid--speaking .rv-speaking-card__body {
	padding: 18px;
}

.rv-hero {
	padding: 76px 0 96px;
}

.rv-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
	gap: 72px;
	align-items: center;
}

.rv-eyebrow {
	margin: 0 0 18px;
	color: var(--rv-accent);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.rv-hero h1,
.rv-page-header h1,
.rv-single-header h1 {
	max-width: 920px;
	margin: 0;
	font-family: var(--rv-serif);
	font-size: clamp(3rem, 8vw, 6.8rem);
	font-weight: 500;
	line-height: 0.98;
}

.rv-hero-subtitle {
	max-width: 700px;
	margin: 30px 0 0;
	color: var(--rv-soft);
	font-size: clamp(1.15rem, 2.5vw, 1.55rem);
	line-height: 1.5;
}

.rv-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 36px;
}

.rv-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	border: 1px solid var(--rv-border-strong);
	border-radius: var(--rv-radius);
	font-size: 0.92rem;
	font-weight: 700;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.rv-button:hover {
	transform: translateY(-1px);
}

.rv-button--primary {
	border-color: var(--rv-accent);
	background: var(--rv-accent);
	color: #111;
}

.rv-button--primary:hover {
	background: #d6bb8c;
	color: #111;
}

.rv-button--ghost {
	background: rgba(255, 255, 255, 0.02);
	color: var(--rv-text);
}

.rv-portrait-panel {
	position: relative;
	min-height: 520px;
	padding: 18px;
	border: 1px solid var(--rv-border);
	background:
		linear-gradient(135deg, rgba(200, 168, 117, 0.12), transparent 38%),
		var(--rv-surface);
}

.rv-portrait-frame {
	position: absolute;
	inset: 18px;
	border: 1px solid var(--rv-border);
	background-image: linear-gradient(145deg, #171513, #080808);
}

.rv-portrait-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	background:
		linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
		linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
	background-size: 28px 28px;
	color: rgba(245, 242, 234, 0.18);
	font-family: var(--rv-serif);
	font-size: 7rem;
}

.rv-portrait-note {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.rv-portrait-note span {
	padding: 8px 10px;
	border: 1px solid var(--rv-border);
	background: rgba(7, 7, 7, 0.72);
	color: var(--rv-muted);
	font-size: 0.75rem;
	text-transform: uppercase;
}

.rv-section {
	padding: 92px 0;
	border-top: 1px solid var(--rv-border);
}

.rv-section-heading {
	max-width: 820px;
	margin-bottom: 34px;
}

.rv-section-heading h2,
.rv-section-bar h2,
.rv-speaking-grid h2,
.rv-newsletter h2 {
	margin: 0;
	font-family: var(--rv-serif);
	font-size: clamp(2rem, 5vw, 4rem);
	font-weight: 500;
	line-height: 1.08;
}

.rv-section-heading p:not(.rv-eyebrow),
.rv-newsletter p {
	color: var(--rv-muted);
	font-size: 1.05rem;
}

.rv-start-grid,
.rv-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.rv-start-card,
.rv-card,
.rv-speaking-card {
	border: 1px solid var(--rv-border);
	border-radius: var(--rv-radius);
	background: rgba(13, 13, 13, 0.82);
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.rv-start-card:hover,
.rv-card:hover,
.rv-speaking-card:hover {
	transform: translateY(-3px);
	border-color: rgba(200, 168, 117, 0.42);
	background: rgba(20, 19, 18, 0.95);
}

.rv-start-card {
	padding: 24px;
}

.rv-start-card span {
	color: var(--rv-accent);
	font-size: 0.8rem;
	font-weight: 800;
}

.rv-start-card h3,
.rv-card h3,
.rv-speaking-card h3 {
	margin: 18px 0 10px;
	font-size: 1.15rem;
	line-height: 1.25;
}

.rv-start-card p,
.rv-card p,
.rv-speaking-card p {
	color: var(--rv-muted);
	font-size: 0.95rem;
}

.rv-section-bar {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
}

.rv-text-link,
.rv-card-link {
	color: var(--rv-accent);
	font-size: 0.9rem;
	font-weight: 750;
}

.rv-card {
	overflow: hidden;
}

.rv-card-media {
	display: block;
	aspect-ratio: 1.35 / 1;
	border-bottom: 1px solid var(--rv-border);
	background:
		linear-gradient(135deg, rgba(200, 168, 117, 0.16), transparent 45%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		var(--rv-surface-2);
	background-size: auto, 22px 22px, auto;
}

.rv-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(0.55);
}

.rv-card-body {
	padding: 22px;
}

.rv-card-meta,
.rv-single-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	color: var(--rv-muted);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rv-speaking-band {
	background: #0a0a0a;
}

.rv-speaking-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
	gap: 52px;
	align-items: start;
}

.rv-speaking-grid .rv-button {
	margin-top: 30px;
}

.rv-speaking-list {
	display: grid;
	gap: 14px;
}

.rv-speaking-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	padding: 22px;
}

.rv-speaking-card h3 {
	margin-top: 6px;
}

.rv-newsletter-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
	gap: 48px;
	align-items: center;
	padding: 42px;
	border: 1px solid var(--rv-border);
	border-radius: var(--rv-radius);
	background:
		linear-gradient(135deg, rgba(200, 168, 117, 0.13), transparent 42%),
		var(--rv-surface);
}

.rv-newsletter-form {
	display: grid;
	gap: 12px;
}

.rv-newsletter-form input {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid var(--rv-border);
	border-radius: var(--rv-radius);
	background: #080808;
	color: var(--rv-text);
}

.rv-site-footer {
	padding: 58px 0 28px;
	border-top: 1px solid var(--rv-border);
	background: #050505;
}

.rv-footer-grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.2fr) minmax(190px, 0.38fr) minmax(180px, 0.32fr);
	gap: clamp(28px, 5vw, 76px);
	align-items: start;
}

.rv-footer-bio p {
	max-width: 430px;
	color: var(--rv-muted);
}

.rv-footer-menu,
.rv-language-menu,
.rv-footer-social {
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
}

.rv-footer-nav .rv-menu,
.rv-footer-nav .rv-footer-menu,
.rv-language-nav .rv-language-menu {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
}

.rv-footer-nav .rv-menu a,
.rv-footer-nav .rv-footer-menu a,
.rv-footer-social a {
	display: inline-flex;
	line-height: 1.35;
}

.rv-footer-social .rv-eyebrow {
	margin-bottom: 14px;
}

.rv-language-nav {
	grid-column: 2 / -1;
}

.rv-footer-social a {
	display: block;
	color: var(--rv-muted);
	font-size: 0.9rem;
}

.rv-footer-bottom {
	margin-top: 34px;
	padding-top: 18px;
	border-top: 1px solid var(--rv-border);
	color: var(--rv-muted);
	font-size: 0.84rem;
}

.rv-page-header,
.rv-single-header {
	padding: 84px 0 46px;
}

.rv-page-header p,
.rv-archive-description {
	max-width: 760px;
	color: var(--rv-muted);
	font-size: 1.08rem;
}

.rv-single-meta {
	margin-top: 24px;
}

.rv-featured-image {
	margin-bottom: 42px;
}

.rv-featured-image img {
	width: 100%;
	max-height: 620px;
	object-fit: cover;
	border: 1px solid var(--rv-border);
	border-radius: var(--rv-radius);
}

.rv-content {
	max-width: 820px;
	padding-bottom: 86px;
	color: var(--rv-soft);
	font-size: 1.08rem;
}

.rv-content h2,
.rv-content h3 {
	margin-top: 2em;
	color: var(--rv-text);
	font-family: var(--rv-serif);
	font-weight: 500;
	line-height: 1.15;
}

.rv-content h2 {
	font-size: clamp(1.8rem, 4vw, 3rem);
}

.rv-content a {
	color: var(--rv-accent);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.rv-content blockquote {
	margin: 34px 0;
	padding-left: 22px;
	border-left: 2px solid var(--rv-accent);
	color: var(--rv-text);
	font-family: var(--rv-serif);
	font-size: 1.4rem;
	line-height: 1.45;
}

.rv-pagination {
	padding: 38px 0 86px;
}

.rv-pagination .nav-links {
	display: flex;
	gap: 10px;
}

.rv-pagination a,
.rv-pagination span {
	padding: 8px 12px;
	border: 1px solid var(--rv-border);
	border-radius: var(--rv-radius);
}

.rv-muted {
	color: var(--rv-muted);
}

.rv-contact-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
	gap: 48px;
	align-items: end;
	padding: 92px 0 58px;
}

.rv-contact-hero h1 {
	max-width: 820px;
	margin: 0;
	font-family: var(--rv-serif);
	font-size: clamp(3.2rem, 7vw, 6.4rem);
	font-weight: 500;
	line-height: 1;
}

.rv-contact-hero p:not(.rv-eyebrow) {
	max-width: 720px;
	color: var(--rv-muted);
	font-size: 1.15rem;
}

.rv-contact-panel,
.rv-contact-card,
.rv-side-card,
.rv-timeline-item,
.rv-about-notes > div {
	border: 1px solid var(--rv-border);
	border-radius: var(--rv-radius);
	background: rgba(13, 13, 13, 0.84);
}

.rv-contact-panel,
.rv-contact-card,
.rv-side-card,
.rv-timeline-item,
.rv-about-notes > div {
	padding: 26px;
}

.rv-contact-panel ul,
.rv-resume-side ul {
	margin: 14px 0 0;
	padding-left: 20px;
	color: var(--rv-soft);
}

.rv-contact-grid,
.rv-resume-grid,
.rv-about-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.55fr);
	gap: 34px;
	align-items: start;
}

.rv-contact-card h2 {
	margin: 0;
	font-family: var(--rv-serif);
	font-size: clamp(1.7rem, 4vw, 3rem);
	font-weight: 500;
	overflow-wrap: anywhere;
}

.rv-contact-card p {
	color: var(--rv-muted);
}

.rv-form {
	display: grid;
	gap: 12px;
	padding: 26px;
	border: 1px solid var(--rv-border);
	border-radius: var(--rv-radius);
	background: var(--rv-surface);
}

.rv-form label {
	color: var(--rv-muted);
	font-size: 0.84rem;
	font-weight: 700;
	text-transform: uppercase;
}

.rv-form input,
.rv-form textarea {
	width: 100%;
	padding: 13px 14px;
	border: 1px solid var(--rv-border);
	border-radius: var(--rv-radius);
	background: #080808;
	color: var(--rv-text);
}

.rv-form input:focus,
.rv-form textarea:focus,
.rv-newsletter-form input:focus {
	outline: 1px solid var(--rv-accent);
	border-color: var(--rv-accent);
}

.rv-resume-grid,
.rv-about-grid {
	padding-bottom: 96px;
}

.rv-resume-main {
	display: grid;
	gap: 16px;
}

.rv-timeline-item span,
.rv-about-notes span {
	color: var(--rv-accent);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.rv-timeline-item h2,
.rv-about-notes h2 {
	margin: 12px 0 10px;
	font-family: var(--rv-serif);
	font-size: clamp(1.55rem, 3vw, 2.4rem);
	font-weight: 500;
	line-height: 1.15;
}

.rv-timeline-item p,
.rv-side-card p,
.rv-about-lede p,
.rv-about-notes p {
	color: var(--rv-muted);
}

.rv-resume-side,
.rv-about-notes {
	display: grid;
	gap: 16px;
}

.rv-about-lede {
	position: sticky;
	top: 120px;
	color: var(--rv-soft);
	font-family: var(--rv-serif);
	font-size: clamp(1.45rem, 3vw, 2.2rem);
	line-height: 1.35;
}

.elementor-page .rv-page-header {
	display: none;
}

.elementor-page .rv-page > .rv-content,
.page-template-page-fullwidth .rv-page > .rv-content,
.page-template-page-elementor-canvas .site-main {
	width: 100%;
	max-width: none;
	padding-bottom: 0;
}

/* Home refinement inspired by the premium editorial mockup. */
.home:not(.rv-elementor-page) .rv-site-header {
	position: absolute;
	right: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(3, 4, 5, 0.92), rgba(3, 4, 5, 0.68), transparent);
	backdrop-filter: none;
}

.home:not(.rv-elementor-page) .rv-site-header.is-scrolled {
	position: sticky;
	background: rgba(5, 5, 5, 0.88);
	backdrop-filter: blur(18px);
}

.rv-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.rv-brand-mark {
	display: inline-grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid rgba(245, 242, 234, 0.72);
	color: var(--rv-text);
	font-size: 0.78rem;
	letter-spacing: 0;
}

.rv-header-inner {
	min-height: 86px;
}

.rv-menu {
	gap: clamp(18px, 3.4vw, 48px);
}

.rv-menu a {
	color: var(--rv-text);
	font-size: 0.78rem;
	font-weight: 750;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.rv-primary-nav .rv-menu > li:last-child > a {
	min-width: 128px;
	padding: 11px 22px;
	border: 1px solid rgba(200, 168, 117, 0.65);
	border-radius: 5px;
	text-align: center;
}

.rv-home-hero {
	position: relative;
	min-height: 510px;
	padding: 104px 0 0;
	overflow: hidden;
	border-bottom: 1px solid var(--rv-border);
	background:
		radial-gradient(circle at 72% 32%, rgba(45, 58, 67, 0.35), transparent 38%),
		linear-gradient(90deg, rgba(7, 7, 7, 1) 0%, rgba(7, 7, 7, 0.92) 38%, rgba(7, 7, 7, 0.12) 72%, rgba(7, 7, 7, 0.9) 100%),
		#070707;
}

.rv-home-hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(380px, 1.05fr);
	min-height: 406px;
	align-items: center;
}

.rv-home-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 570px;
	padding-bottom: 58px;
}

.rv-home-hero h1 {
	margin: 0;
	font-family: var(--rv-font);
	font-size: clamp(2.8rem, 5vw, 4.15rem);
	font-weight: 760;
	letter-spacing: 0;
	line-height: 1.05;
}

.rv-home-hero p {
	max-width: 500px;
	margin: 28px 0 0;
	color: rgba(245, 242, 234, 0.78);
	font-size: 1.02rem;
	line-height: 1.75;
}

.rv-home-hero .rv-button {
	margin-top: 32px;
}

.rv-button--outline {
	min-width: 212px;
	justify-content: space-between;
	border-color: rgba(200, 168, 117, 0.64);
	background: rgba(7, 7, 7, 0.24);
	color: var(--rv-accent);
	font-size: 0.76rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.rv-home-hero__portrait {
	position: absolute;
	right: -10px;
	bottom: 0;
	width: min(52vw, 560px);
	height: 440px;
	background:
		linear-gradient(90deg, rgba(7, 7, 7, 0.95) 0%, rgba(7, 7, 7, 0.08) 24%, rgba(7, 7, 7, 0) 58%, rgba(7, 7, 7, 0.75) 100%),
		linear-gradient(to top, #070707 0%, rgba(7, 7, 7, 0) 24%),
		var(--rv-hero-image, url("../images/ric-hero.png")) center bottom / cover no-repeat;
}

.rv-home-section {
	padding: 42px 0 0;
}

.rv-home-section--tight {
	padding-top: 48px;
}

.rv-home-section__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
}

.rv-home-section__bar h2,
.rv-speaking-preview h2,
.rv-home-newsletter h2 {
	margin: 0;
	font-family: var(--rv-font);
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.rv-home .rv-text-link {
	color: var(--rv-accent);
	font-size: 0.76rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rv-home .rv-card-grid {
	gap: 16px;
}

.rv-home .rv-card {
	border-radius: 0;
	background: rgba(8, 9, 10, 0.72);
}

.rv-home .rv-card:hover {
	transform: translateY(-2px);
}

.rv-home .rv-card-media {
	aspect-ratio: 1.55 / 0.82;
	border-bottom-color: rgba(255, 255, 255, 0.08);
}

.rv-home .rv-card:nth-child(1) .rv-card-media {
	background:
		linear-gradient(to top, rgba(7, 7, 7, 0.66), transparent 62%),
		linear-gradient(110deg, rgba(18, 22, 22, 0.94), rgba(94, 82, 60, 0.48)),
		repeating-linear-gradient(90deg, transparent 0 27px, rgba(255,255,255,0.06) 28px 29px);
}

.rv-home .rv-card:nth-child(2) .rv-card-media {
	background:
		linear-gradient(to top, rgba(7, 7, 7, 0.52), transparent 58%),
		radial-gradient(circle at 50% 42%, rgba(200, 168, 117, 0.5) 0 2px, transparent 3px),
		linear-gradient(160deg, #17120d, #6b5a3e 48%, #151515);
}

.rv-home .rv-card:nth-child(3) .rv-card-media {
	background:
		radial-gradient(circle at 50% 52%, rgba(43, 132, 190, 0.48), transparent 28%),
		radial-gradient(circle at 52% 48%, transparent 0 18%, rgba(200, 168, 117, 0.56) 19% 20%, transparent 21%),
		linear-gradient(145deg, #06111a, #071018);
}

.rv-home .rv-card:nth-child(4) .rv-card-media {
	background:
		linear-gradient(to top, rgba(7, 7, 7, 0.7), transparent 60%),
		repeating-linear-gradient(90deg, rgba(200, 168, 117, 0.22) 0 14px, transparent 15px 34px),
		linear-gradient(145deg, #171310, #030303);
}

.rv-home .rv-card-body {
	padding: 18px 18px 20px;
}

.rv-home .rv-card h3 {
	margin: 12px 0 8px;
	font-size: 1.18rem;
	line-height: 1.22;
}

.rv-home .rv-card p {
	margin-bottom: 22px;
	font-size: 0.88rem;
	line-height: 1.58;
}

.rv-home .rv-card-meta,
.rv-home .rv-card-link {
	font-size: 0.68rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rv-home .rv-card--project .rv-card-media {
	display: none;
}

.rv-home .rv-card--project .rv-card-body {
	min-height: 198px;
	display: flex;
	flex-direction: column;
}

.rv-home .rv-card--project h3 {
	min-height: 42px;
	font-size: clamp(1.45rem, 2.3vw, 2.05rem);
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.rv-home .rv-card--project .rv-card-link {
	margin-top: auto;
}

.rv-speaking-preview {
	padding-bottom: 44px;
}

.rv-speaking-preview__grid {
	display: grid;
	grid-template-columns: minmax(220px, 0.28fr) minmax(0, 0.72fr);
	gap: 38px;
	align-items: end;
}

.rv-speaking-preview__copy p {
	max-width: 250px;
	margin: 22px 0 0;
	color: var(--rv-muted);
	font-size: 0.95rem;
	line-height: 1.65;
}

.rv-speaking-preview__copy .rv-button {
	margin-top: 26px;
}

.rv-speaking-preview__media {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 6px;
}

.rv-speaking-preview .rv-speaking-card {
	display: block;
	min-height: 156px;
	padding: 0;
	overflow: hidden;
	border-radius: 0;
}

.rv-speaking-preview .rv-speaking-card__media {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 156px;
	background:
		linear-gradient(to top, rgba(7, 7, 7, 0.56), transparent 65%),
		radial-gradient(circle at 52% 35%, rgba(50, 116, 194, 0.56), transparent 25%),
		linear-gradient(145deg, #161719, #070707);
}

.rv-speaking-preview .rv-speaking-card:nth-child(2) .rv-speaking-card__media {
	background:
		linear-gradient(to top, rgba(7, 7, 7, 0.54), transparent 65%),
		radial-gradient(circle at 44% 38%, rgba(43, 100, 204, 0.62), transparent 26%),
		linear-gradient(145deg, #10192a, #070707);
}

.rv-speaking-preview .rv-speaking-card:nth-child(3) .rv-speaking-card__media {
	background:
		linear-gradient(to top, rgba(7, 7, 7, 0.54), transparent 65%),
		radial-gradient(circle at 62% 36%, rgba(88, 67, 180, 0.55), transparent 24%),
		linear-gradient(145deg, #11111d, #070707);
}

.rv-speaking-preview .rv-speaking-card:nth-child(4) .rv-speaking-card__media {
	background:
		linear-gradient(to top, rgba(7, 7, 7, 0.58), transparent 68%),
		repeating-linear-gradient(90deg, rgba(245, 242, 234, 0.12) 0 1px, transparent 1px 20px),
		linear-gradient(145deg, #17130f, #070707);
}

.rv-speaking-preview .rv-speaking-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(0.2) contrast(1.04);
}

.rv-speaking-preview .rv-speaking-card__body {
	display: none;
}

.rv-home-newsletter {
	padding: 44px 0;
	border-top: 1px solid var(--rv-border);
	border-bottom: 1px solid var(--rv-border);
	background: rgba(8, 9, 10, 0.7);
}

.rv-home-newsletter__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
	gap: 48px;
	align-items: center;
}

.rv-home-newsletter h2 {
	font-size: clamp(1.9rem, 3vw, 2.7rem);
	letter-spacing: 0;
	text-transform: none;
}

.rv-home-newsletter p:not(.rv-eyebrow) {
	max-width: 620px;
	color: var(--rv-muted);
}

.rv-newsletter-form--inline {
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0;
}

.rv-newsletter-form--inline input {
	border-radius: 6px 0 0 6px;
}

.rv-newsletter-form--inline .rv-button {
	border-radius: 0 6px 6px 0;
}

.rv-newsletter-form--inline small {
	grid-column: 1 / -1;
	margin-top: 8px;
	color: var(--rv-muted);
	font-size: 0.78rem;
}

.rv-site-footer {
	padding-top: 34px;
}

.rv-footer-grid {
	grid-template-columns: minmax(260px, 1.18fr) minmax(150px, 0.46fr) minmax(150px, 0.46fr) minmax(260px, 0.84fr);
	gap: clamp(28px, 4vw, 58px);
}

.rv-footer-title {
	margin: 0 0 18px;
	color: var(--rv-soft);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.rv-footer-recent {
	display: grid;
	align-content: start;
	gap: 10px;
}

.rv-footer-recent a {
	color: var(--rv-muted);
	font-size: 0.9rem;
	line-height: 1.35;
}

.rv-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

@media (max-width: 980px) {
	.rv-hero-grid,
	.rv-speaking-grid,
	.rv-newsletter-inner,
	.rv-home-hero__grid,
	.rv-home-newsletter__grid,
	.rv-speaking-preview__grid,
	.rv-contact-hero,
	.rv-contact-grid,
	.rv-resume-grid,
	.rv-about-grid {
		grid-template-columns: 1fr;
	}

	.rv-portrait-panel {
		min-height: 420px;
	}

	.rv-start-grid,
	.rv-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rv-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rv-home-hero__portrait {
		right: -70px;
		width: 64vw;
		opacity: 0.72;
	}

	.rv-speaking-preview__media {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.rv-container {
		width: min(100% - 24px, var(--rv-max));
	}

	.rv-header-inner {
		min-height: 68px;
	}

	.rv-nav-toggle {
		display: inline-grid;
		place-items: center;
	}

	.rv-primary-nav {
		position: absolute;
		top: 68px;
		right: 12px;
		left: 12px;
		display: none;
		padding: 18px;
		border: 1px solid var(--rv-border);
		border-radius: var(--rv-radius);
		background: rgba(7, 7, 7, 0.97);
	}

	.rv-primary-nav.is-open {
		display: block;
	}

	.rv-menu {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.rv-primary-nav .rv-menu > li:last-child > a {
		min-width: 0;
		padding: 0;
		border: 0;
	}

	.rv-home-hero {
		min-height: auto;
		padding: 108px 0 54px;
	}

	.rv-home-hero__grid {
		min-height: auto;
	}

	.rv-home-hero__copy {
		padding-bottom: 0;
	}

	.rv-home-hero__portrait {
		position: relative;
		right: auto;
		width: 100%;
		height: 360px;
		margin-top: 34px;
		opacity: 1;
	}

	.rv-home-section__bar,
	.rv-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.rv-newsletter-form--inline {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.rv-newsletter-form--inline input,
	.rv-newsletter-form--inline .rv-button {
		border-radius: var(--rv-radius);
	}

	.rv-hero {
		padding: 52px 0 72px;
	}

	.rv-hero-grid {
		gap: 44px;
	}

	.rv-portrait-panel {
		min-height: 340px;
	}

	.rv-section {
		padding: 64px 0;
	}

	.rv-start-grid,
	.rv-card-grid,
	.rv-footer-grid {
		grid-template-columns: 1fr;
	}

	.rv-section-bar,
	.rv-speaking-card {
		align-items: flex-start;
		flex-direction: column;
	}

	.rv-about-lede {
		position: static;
	}

	.rv-newsletter-inner {
		padding: 26px;
	}

	.rv-page-header,
	.rv-single-header {
		padding: 58px 0 36px;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
