@font-face {
	font-family: 'Farmhouse';
	src: format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gentle Hearts';
	src: format("opentype");
	font-weight: normal;
	font-style: normal;
}

:root {
}

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

html {
	background: #fdf7f5 !important;
}

body {
	font-family: 'Source Sans 3', system-ui, sans-serif !important;
	background: #fdf7f5 !important;
	color: #231c1b !important;
	line-height: 1.5;
}

.wp-site-blocks,.entry-content,.wp-block-post-content,.page,.site-content,.site,.wp-site-blocks>* {
	background: #fdf7f5 !important;
}

h1,h2,h3,h4,h5,h6 {
	letter-spacing: .03em;
}

a {
	color: #b36a64;
	text-decoration: none;
}

a:hover {
	color: #8f5450;
}

p {
	text-align: justify;
}

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

.rm-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 2rem;
}

.rm-section {
	padding: 88px 0;
}

.site-header,header {
	background: rgba(253,247,245,.9) !important;
	border-bottom: 1px solid #e8b2ab;
}

.wp-block-site-title a,.site-title a {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 1.5rem !important;
	color: #231c1b !important;
	letter-spacing: .02em !important;
}

.wp-block-navigation a,.nav-links a,.main-navigation a {
	font-family: 'Source Sans 3', system-ui, sans-serif !important;
	font-size: .85rem !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	color: #5b6775 !important;
	letter-spacing: .08em !important;
}

.rm-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .75rem 1.75rem;
	border-radius: 8px;
	font-family: 'Source Sans 3', system-ui, sans-serif !important;
	font-size: .8rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	transition: all .2s ease;
	border: 1.5px solid transparent;
	cursor: pointer;
	text-decoration: none !important;
}

.rm-btn-primary {
	background: #b36a64 !important;
	color: #fff !important;
	border-color: #b36a64 !important;
}

.rm-btn-primary:hover {
	background: #8f5450 !important;
	color: #fff !important;
}

.rm-btn-secondary {
	background: transparent !important;
	color: #b36a64 !important;
	border-color: #b36a64 !important;
}

.rm-btn-secondary:hover {
	background: #f5e4e1 !important;
}

.rm-hero-layout {
	display: flex;
	align-items: center;
	gap: 4rem;
}

.rm-hero-text {
	flex: 1;
	max-width: 560px;
}

.rm-hero-img-wrap {
	flex-shrink: 0;
}

.rm-hero-name {
	font-family: 'Farmhouse', cursive !important;
	font-size: clamp(2.75rem,6vw,4.5rem) !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	color: #4a6fa5 !important;
	margin: 0 0 .5rem !important;
	letter-spacing: .01em !important;
}

.rm-hero-eyebrow {
	font-family: 'Source Sans 3', system-ui, sans-serif !important;
	font-size: .9rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #b36a64;
	margin-bottom: 1.25rem;
}

.rm-hero-tagline,.rm-hero-thankyou {
	font-size: 1rem;
	line-height: 1.7;
	color: #5b6775;
	margin-bottom: .75rem;
}

.rm-hero-photo {
	width: 280px;
	height: 280px;
	border-radius: 50% !important;
	object-fit: cover;
	object-position: center top;
	border: 3px solid #e8b2ab;
	box-shadow: 0 8px 32px rgba(0,0,0,.1);
}

.rm-hero-actions {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}

.rm-highlights-heading {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 2.5rem !important;
	font-weight: 600 !important;
	color: #b36a64 !important;
	letter-spacing: .02em !important;
	margin-bottom: 1.5rem !important;
}

.rm-highlights-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 1.5rem;
}

.rm-highlight-card {
	background: #fff;
	border: 1px solid #e8b2ab;
	border-radius: 16px;
	padding: 1.5rem;
	text-align: center;
	transition: box-shadow .2s, transform .2s;
}

.rm-highlight-card:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,.08);
	transform: translateY(-2px);
}

.rm-highlight-icon {
	width: 42px;
	height: 42px;
	background: #f5e4e1;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b36a64;
	margin: 0 auto 1.25rem;
	font-size: 1.1rem;
}

.rm-highlights-grid .rm-highlight-card:nth-child(1) .rm-highlight-icon::before {
	content: '{ }';
	font-family: monospace;
	font-weight: 900;
	font-size: .85rem;
}

.rm-highlights-grid .rm-highlight-card:nth-child(2) .rm-highlight-icon::before {
	content: '⊟';
	font-size: 1.1rem;
}

.rm-highlights-grid .rm-highlight-card:nth-child(3) .rm-highlight-icon::before {
	content: '▮▮▮';
	font-size: .65rem;
	letter-spacing: 1px;
}

.rm-highlight-card h3 {
	font-family: 'Source Sans 3', system-ui, sans-serif !important;
	font-size: .88rem;
	font-weight: 700;
	color: #231c1b;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin-bottom: .6rem;
}

.rm-highlight-card p {
	font-size: .88rem;
	color: #5b6775 !important;
}

.rm-cta-card {
	background: #fff;
	border: 1px solid #e8b2ab;
	border-radius: 16px;
	padding: 1.75rem 2rem;
	text-align: center;
	max-width: 560px;
	margin: 0 auto;
}

.rm-cta-card h2 {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 2.5rem !important;
	font-weight: 600 !important;
	color: #4a6fa5 !important;
	letter-spacing: .02em !important;
	margin-bottom: .4rem !important;
}

.rm-cta-card p {
	font-size: .95rem;
	color: #5b6775;
	margin-bottom: 1rem;
}

.rm-cta-scratch {
	position: relative;
	display: inline-block;
	font-size: .82rem;
	color: #babecb;
}

.rm-cta-scratch::before,.rm-cta-scratch::after {
	content: '';
	position: absolute;
	left: -1px;
	right: -1px;
	height: 1.5px;
	background: #babecb;
}

.rm-cta-scratch::before {
	top: 44%;
}

.rm-cta-scratch::after {
	top: 56%;
}

.rm-page-title {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: clamp(2.5rem,5vw,4rem) !important;
	font-weight: 700 !important;
	color: #4a6fa5 !important;
	margin-bottom: 1rem !important;
	letter-spacing: .01em !important;
}

.rm-page-eyebrow {
	font-family: 'Source Sans 3', system-ui, sans-serif !important;
	font-size: .8rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: #b36a64;
	margin-bottom: .75rem;
}

.rm-about-title {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 2.25rem !important;
	font-weight: 400 !important;
	line-height: 2rem !important;
	color: #b36a64 !important;
	letter-spacing: .05em !important;
}

.rm-about-title .rm-farmhouse {
	font-family: 'Farmhouse', cursive !important;
	word-spacing: .05em;
	font-weight: 700 !important;
	font-size: 3.3rem !important;
	color: #4a6fa5 !important;
	position: relative;
	top: .3rem;
}

.rm-about-title .rm-eye {
	position: relative;
	top: .4rem;
	font-size: 2rem;
	color: #4a6fa5;
}

.rm-skill-tag {
	display: inline-block;
	padding: .25rem .65rem;
	background: #f5e4e1;
	border: 1px solid #e8b2ab;
	border-radius: 4px;
	font-family: 'Source Sans 3', system-ui, sans-serif !important;
	font-size: .75rem;
	font-weight: 600;
	color: #b36a64;
	margin: .2rem;
}

.rm-project-card {
	background: #fff;
	border: 1px solid #e8b2ab;
	border-radius: 16px;
	padding: 2rem;
	margin-bottom: 2rem;
}

.rm-project-type {
	font-family: 'Source Sans 3', system-ui, sans-serif !important;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #b36a64;
	margin-bottom: .25rem;
}

.rm-project-title {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 2rem !important;
	font-weight: 600 !important;
	color: #231c1b;
	margin-bottom: 1rem;
}

.rm-project-desc {
	font-size: .95rem;
	color: #5b6775;
	margin-bottom: 1rem;
}

.rm-project-highlights {
	padding-left: 1rem;
	margin-bottom: 1rem;
}

.rm-project-highlights li {
	font-size: .9rem;
	color: #5b6775;
	margin-bottom: .4rem;
	list-style: none;
	position: relative;
}

.rm-project-highlights li::before {
	content: '→';
	position: absolute;
	left: -1rem;
	color: #b36a64;
}

.rm-section-title {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 2.25rem !important;
	color: #b36a64 !important;
	font-weight: 600 !important;
	letter-spacing: .02em !important;
	margin-bottom: 1.5rem !important;
}

.rm-resume-section-title {
	font-family: 'Source Sans 3', system-ui, sans-serif !important;
	font-size: .78rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: #b36a64;
	border-bottom: 1px solid #e8b2ab;
	padding-bottom: .5rem;
	margin: 1.5rem 0 1rem;
}

.rm-resume-entry {
	margin-bottom: 1.5rem;
}

.rm-resume-entry-title {
	font-size: 1rem;
	font-weight: 700;
	color: #231c1b;
}

.rm-resume-entry-sub {
	font-size: .88rem;
	color: #5b6775;
}

.rm-resume-list {
	padding-left: 1.25rem;
	margin-top: .5rem;
}

.rm-resume-list li {
	font-size: .88rem;
	color: #5b6775;
	margin-bottom: .35rem;
}

.rm-cert-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
	gap: .75rem;
	margin-top: .75rem;
}

.rm-cert-item {
	background: #fff;
	border: 1px solid #e8b2ab;
	border-radius: 4px;
	padding: .5rem .75rem;
}

.rm-cert-name {
	font-family: 'Source Sans 3', system-ui, sans-serif !important;
	font-size: .82rem;
	font-weight: 600;
	color: #231c1b;
	display: block;
}

.rm-cert-issuer {
	font-size: .72rem;
	color: #babecb;
	display: block;
}

.rm-contact-status {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	font-family: 'Source Sans 3', system-ui, sans-serif !important;
	font-size: .78rem;
	font-weight: 700;
	color: #5b6775;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 1rem;
}

.rm-contact-status::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4caf50;
	display: inline-block;
}

.rm-contact-card {
	background: #fff;
	border: 1px solid #e8b2ab;
	border-radius: 16px;
	padding: 1.75rem;
	display: flex;
	gap: 1.25rem;
	align-items: flex-start;
	margin-bottom: 1rem;
}

.rm-contact-icon {
	width: 48px;
	height: 48px;
	background: #f5e4e1;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #b36a64;
	font-size: 1.25rem;
}

.rm-contact-card-label {
	font-family: 'Source Sans 3', system-ui, sans-serif !important;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #5b6775;
	display: block;
	margin-bottom: .25rem;
}

.rm-contact-card-value {
	font-size: 1.05rem;
	font-weight: 600;
	color: #b36a64;
}

.rm-contact-card-note {
	font-size: .82rem;
	color: #babecb;
	margin-top: .25rem;
}

.site-footer,footer {
	border-top: 1px solid #e8b2ab !important;
	padding: 1.5rem 0 !important;
	background: #fdf7f5 !important;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.entry-content {
	animation: fadeIn .35s ease both;
}

@media(max-width:900px) {
	.rm-highlights-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media(max-width:768px) {
	.rm-section {
		padding: 56px 0;
	}
	
	.rm-container {
		padding: 0 1.25rem;
	}
	
	.rm-hero-layout {
		flex-direction: column-reverse;
		text-align: center;
		gap: 2rem;
	}
	
	.rm-hero-actions {
		justify-content: center;
	}
	
	.rm-hero-photo {
		width: 200px;
		height: 200px;
	}
	
	.rm-about-title {
		font-size: 1.75rem !important;
	}
	
	.rm-about-title .rm-farmhouse {
		font-size: 2.5rem !important;
	}
}

@media(max-width:600px) {
	.rm-highlights-grid {
		grid-template-columns: 1fr;
	}
}

/* hide nav CTA button */
.wp-block-navigation .wp-block-buttons,.wp-block-navigation .wp-block-button {
	display: none !important;
}
/* hide site title and learn more button from header */
.wp-block-site-title { display: none !important; }
header .wp-block-buttons,
header .wp-block-button { display: none !important; }