﻿@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Montserrat:wght@300;400;500;600;700&display=swap');

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

:root {
}

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

html {
	background: #fdf7f5 !important;
}

body {
	font-family: 'Montserrat', 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: 'DM Serif 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: 'Montserrat', 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: 'Montserrat', 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;
	justify-content: 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: 'Montserrat', 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: 'Montserrat', 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: 'Farmhouse', cursive !important;
	font-size: clamp(2.5rem,5vw,4rem) !important;
	font-weight: 700 !important;
	color: #4a6fa5 !important;
	margin-bottom: 1rem !important;
	letter-spacing: .01em !important;
	text-transform: none !important;
	text-align: center !important;
}

.rm-page-eyebrow {
	font-family: 'Montserrat', 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 {
	margin-top: 0 !important;
	font-variant: normal !important;
	font-family: 'DM Serif Display', Georgia, serif !important;
	font-size: 2.25rem !important;
	font-weight: 400 !important;
	line-height: 2.6rem !important;
	color: #b36a64 !important;
	letter-spacing: .05em !important;
}

.rm-about-title .rm-farmhouse {
	font-family: 'Farmhouse', cursive !important;
	font-weight: 400 !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: 'Montserrat', 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: 'Montserrat', 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: 'Montserrat', 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: 'Montserrat', 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;
}

@keyframes rm-pulse {
  0% { box-shadow: 0 0 0 0 rgba(76,175,80,0.6); }
  70% { box-shadow: 0 0 0 7px rgba(76,175,80,0); }
  100% { box-shadow: 0 0 0 0 rgba(76,175,80,0); }
}

.rm-contact-status {
  display: flex;
  width: fit-content;
  margin: 0 auto 1rem;
  align-items: center;
  gap: .5rem;
  font-family: 'Montserrat', system-ui, sans-serif !important;
  font-size: .78rem;
  font-weight: 700;
  color: #5b6775;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #fff;
  border: 1px solid #e8b2ab;
  border-radius: 999px;
  padding: .3rem .85rem .3rem .65rem;
}

.rm-contact-status::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4caf50;
  display: inline-block;
  flex-shrink: 0;
  animation: rm-pulse 2s infinite;
}

.rm-contact-card {
	background: #fff;
	border: 1px solid #e8b2ab;
	border-radius: 16px;
	padding:  1.25rem;
	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: 'Montserrat', 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: 3rem !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; }

p.rm-hero-eyebrow { text-transform: none; }
h2.rm-highlights-heading { text-transform: none; font-family: 'farmhouse', serif; }
/* Fix eyebrow case */
.rm-hero-eyebrow {
  text-transform: none;
}

/* Fix What I Do heading */
.rm-highlights-heading {
  text-transform: none;
  font-family: 'farmhouse', serif;
}

h1.rm-hero-name { text-transform: none; }
/* What I Do - Farmhouse font */
.rm-highlights-heading {
  font-family: 'Farmhouse', cursive !important;
}

/* Let's Work Together - regular case */
.rm-cta-section h2,
.wp-block-group h2 {
  text-transform: none !important;
}

/* Get in Touch - center button */
a.rm-btn-primary {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
}

/* About title - small-caps, remove uppercase */
h1.rm-about-title {
  text-transform: none !important;
  font-variant: small-caps;
}

/* Designer's - regular case, no small-caps */
h1.rm-about-title .rm-farmhouse {
  font-variant: normal;
  text-transform: none !important;
}

/* What I Do - bigger, centered, tighter bottom margin */
.rm-highlights-heading {
  font-size: 3rem !important;
  text-align: center !important;
  margin-bottom: 0.5rem !important;
}

/* Move Let's Work Together card up */
div:has(> .rm-cta-card) {
  padding-top: 24px !important;
}

/* FAQ questions - uppercase, accent color */
.rm-container dl dt {
  text-transform: uppercase !important;
  color: var(--color-accent) !important;
  letter-spacing: 0.06em;
}

/* About hero - remove bottom margin on title and bio paragraph */
h1.rm-about-title {
  margin-bottom: 0 !important;
}
h1.rm-about-title + p,
.rm-about-title ~ p {
  margin-bottom: 0 !important;
}

/* Prospective Employer FAQ heading - larger, Farmhouse, bold, burnt orange */
.rm-container h2[style*=letter-spacing] {
  font-family: 'Farmhouse', serif !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

/* About hero - remove margin below flex container and bio paragraph */
div:has(> h1.rm-about-title) {
  margin-bottom: 0 !important;
}
div:has(> h1.rm-about-title) + p {
  margin-bottom: 0 !important;
}

/* FAQ questions - burnt orange color (literal hex) */
.rm-container dl dt {
  color: #b36a64 !important;
}

/* FAQ heading - burnt orange (literal hex) */
h2[style*=letter-spacing:.1em] {
  color: #b36a64 !important;
}

/* FAQ answers - justified */
.rm-container dl dd {
  text-align: justify !important;
}

/* Prospective Employer FAQ heading - bigger, blue-teal */
h2[style*=letter-spacing:.1em] {
  font-size: 2.25rem !important;
  color: #4a6fa5 !important;
}

/* Hero name - responsive size, larger on small viewports */
h1.rm-hero-name {
  font-size: clamp(3rem, 10vw, 5.5rem) !important;
}

/* Resume paper tile */
.rm-resume-paper {
  background: #fff;
  border: 1px solid #e0d8d5;
  border-radius: 4px;
  padding: 2.5rem 3rem;
  box-shadow: 0 2px 8px rgba(0,0,0,.07), 0 8px 24px rgba(0,0,0,.06);
  margin-top: 1.25rem;
}

/* Resume heading - Farmhouse */
h2.rm-section-title[style*=Farmhouse] {
  font-family: 'Farmhouse', cursive !important;
}

/* FAQ heading - override color/alignment from rm-highlights-heading */
h2.rm-faq-heading {
  color: #4a6fa5 !important;
  text-align: left !important;
  margin-bottom: 1rem !important;
}


/* Orderly demo table */
.rm-demo-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
  font-size: .88rem;
}

.rm-demo-table thead th {
  font-family: 'Montserrat', system-ui, sans-serif !important;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #b36a64;
  padding: .3rem .5rem;
  border-bottom: 1px solid #e8b2ab;
  text-align: center;
}

.rm-demo-table tbody td {
  padding: .5rem .5rem;
  vertical-align: middle;
  border-bottom: 1px solid #f0e0de;
  color: #5b6775;
  text-align: center;
}

.rm-demo-table tbody tr:last-child td {
  border-bottom: none;
}

.rm-demo-role-desc {
  width: 30%;
  text-align: left;
}

.rm-demo-role {
  display: block;
  font-weight: 700;
  color: #231c1b !important;
  margin-bottom: .4rem;
}

.rm-demo-desc {
  font-size: .85rem;
  line-height: 1.6;
  margin: 0;
  color: #5b6775;
  text-align: left;
}

.rm-demo-img {
  width: 30%;
}

.rm-demo-img img {
  width: 80%;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid #e8b2ab;
  display: block;
  transition: box-shadow .2s;
}

.rm-demo-img a:hover img {
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
}

.rm-demo-creds {
  width: 28%;
  font-size: .82rem;
  line-height: 1.8;
}

.rm-demo-creds strong {
  color: #231c1b;
}

@media (max-width: 768px) {
  .rm-demo-table, .rm-demo-table tbody, .rm-demo-table tr, .rm-demo-table td, .rm-demo-table thead, .rm-demo-table th {
    display: block;
  }
  .rm-demo-table thead { display: none; }
  .rm-demo-table tbody tr {
    border: 1px solid #e8b2ab;
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: .75rem;
  }
  .rm-demo-table tbody td { border-bottom: none; padding: .35rem 0; width: 100% !important; }
  .rm-demo-img img { max-width: 100%; }
}

/* Coming Soon badge */
.rm-coming-soon {
  display: inline-flex;
  align-items: center;
  gap: .2rem;
  font-family: 'Montserrat', system-ui, sans-serif !important;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #3a3a3a;
  line-height: 1;
  margin-top: .25rem;
}

.rm-coming-soon::before {
  content: '✦';
  font-size: .85rem;
  color: #4a6fa5;
  flex-shrink: 0;
  position: relative;
  top: -1px;
}

/* Portfolio page intro centering */
.rm-section > .rm-container > p[style*="color:var(--color-text-secondary)"] {
  text-align: center !important;
}

/* ── 1. Nav: center menu ── */
header .wp-block-group.is-content-justification-space-between {
  justify-content: center !important;
}

/* ── 1b. Nav: icons per link ── */
header .wp-block-navigation a[href="https://rachelmizer.com/"]::before { content: '⌂ '; }
header .wp-block-navigation a[href="https://rachelmizer.com/about/"]::before { content: '◎ '; }
header .wp-block-navigation a[href="https://rachelmizer.com/portfolio/"]::before { content: '◈ '; }
header .wp-block-navigation a[href="https://rachelmizer.com/contact/"]::before { content: '✉ '; }

/* ── 2. Home: tighten hero → nav ── */
.home .rm-section:first-of-type {
  padding-top: 2.5rem !important;
}

/* ── 3. Home: tighten hero → What I Do, add subdued HR ── */
.home .rm-section:nth-of-type(2) {
  padding-top: 2rem !important;
}
.home .rm-section:nth-of-type(2)::before {
  content: '';
  display: block;
  width: 50%;
  max-width: 420px;
  border-top: 1px solid #e8b2ab;
  opacity: 0.45;
  margin: 0 auto 2rem;
}

/* ── 3b. Home: reduce dead space below CTA tile ── */
.home .rm-section:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.wp-block-post-content {
  padding-bottom: 0 !important;
}

/* ── 4. About: hide "About Me" eyebrow, tighten top ── */
.page-id-29 .rm-page-eyebrow {
  display: none !important;
}
.page-id-29 .rm-section {
  padding-top: 2rem !important;
}

/* ── 5. Portfolio: tighten top ── */
.page-id-30 .rm-section {
  padding-top: 2rem !important;
}

/* ── 6. Contact: tighten top + center content ── */
.page-id-31 .rm-section {
  padding-top: 2rem !important;
}
.page-id-31 .rm-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-id-31 .rm-container > p[style] {
  text-align: center !important;
  max-width: 520px;
}
.page-id-31 .rm-contact-card {
  text-align: left;
}

/* ── 7. Footer: hide nav links ── */
div.wp-block-template-part .wp-block-navigation {
  display: none !important;
}

/* ── 8. Footer: All Rights Reserved ── */
div.wp-block-template-part > .wp-block-group {
  position: relative;
}
div.wp-block-template-part > .wp-block-group::after {
  display: none !important;
}

/* About page: two-column hero layout */
.rm-about-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1.5fr) minmax(280px, 1.5fr);
  gap: 4rem;
  align-items: start;
  margin-bottom: 2.5rem;
}

.rm-about-left {
  text-align: center;
}

.rm-about-identity {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 1.5rem;
}

.rm-about-intro {
  font-size: 1rem;
  line-height: 1.75;
  color: #5b6775;
  text-align: justify;
}

.rm-about-faq-card {
  background: #fff;
  border: 1px solid #e8b2ab;
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
}

.rm-faq-heading {
  font-family: 'DM Serif Display', Georgia, serif !important;
  font-size: 1.85rem !important;
  font-weight: 700 !important;
  color: #b36a64 !important;
  margin-bottom: 1rem !important;
  text-transform: none !important;
}

.rm-faq-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.rm-faq-item dt {
  font-size: .78rem;
  font-weight: 700;
  color: #4a6fa5;
  margin-bottom: .3rem;
}

.rm-faq-item dd {
  font-size: .87rem;
  color: #5b6775;
  line-height: 1.35;
  margin: 0;
  text-align: justify;
}

@media (max-width: 1100px) {
  .rm-about-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .rm-about-intro { text-align: justify; }
}

/* Contact: icon wrap */
.rm-contact-icon-wrap {
  width: 64px;
  height: 64px;
  background: var(--color-accent-light);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--color-accent);
}

/* Override body font to Montserrat */
body, button, input, select, textarea {
  font-family: 'Montserrat', system-ui, sans-serif !important;
}

/* Résumé heading: teal, tight margin */
.page-id-29 .rm-section-title {
  color: #4a6fa5 !important;
  margin-bottom: .2rem !important;
}

/* Nav: burnt orange on hover */
header .wp-block-navigation a:hover {
  color: #b36a64 !important;
}

/* Portfolio: project title font + color */
.rm-project-title {
  font-family: 'DM Serif Display', Georgia, serif !important;
  color: #b36a64 !important;
}

/* Portfolio: project type label color */
.rm-project-type {
  color: #4a6fa5 !important;
}

/* Orderly table: tighten gap between role title and description */
.rm-demo-desc {
  margin-top: .1rem !important;
  text-align: justify !important;
}

/* Portfolio: tighter project card padding */
.rm-project-card {
  padding: 1.25rem 1.5rem !important;
}

/* Portfolio: squeeze page title up */
.page-id-30 .rm-section {
  padding-top: 1rem !important;
}
.page-id-30 .rm-page-title {
  margin-top: .5rem !important;
}

/* Home: tighten gap between hero buttons */
.rm-hero-actions {
  gap: 6px !important;
}
/* padding fix verified */

/* Global: zero bottom padding on last section */
.rm-section:last-child,
.rm-container.rm-section:last-child {
  padding-bottom: 0 !important;
}

/* TagMatch: thumbnail image + "See It Live" banner */
.rm-project-image-link {
  position: relative;
  display: block;
  width: 220px;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.rm-project-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
.rm-live-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  padding: .35rem .5rem;
  background: linear-gradient(180deg, rgba(179,106,100,.96), rgba(179,106,100,.86));
  color: #fff;
  font-family: 'Montserrat', system-ui, sans-serif !important;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.rm-live-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  animation: rm-live-pulse 1.6s ease-in-out infinite;
}
@keyframes rm-live-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .35; }
}
.rm-project-image-link:hover .rm-project-image {
  transform: scale(1.05);
}

/* === Two-tile What I Do + Design page (2026-07-30) === */
.rm-hero-eyebrow { letter-spacing: .04em; }

.rm-highlights-grid { grid-template-columns: repeat(2,1fr); }

.rm-highlight-card {
	display: flex;
	flex-direction: column;
	position: relative;
}

.rm-highlight-card .rm-highlight-eyebrow {
	font-size: .72rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #babecb !important;
	margin-bottom: .5rem !important;
}

.rm-highlight-card .rm-highlight-cta {
	display: block;
	margin-top: auto;
	padding-top: 1rem;
	margin-bottom: 0 !important;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #b36a64 !important;
}

.rm-highlight-card .rm-highlight-cta a {
	color: inherit !important;
	text-decoration: none !important;
}

/* makes the whole card clickable without nesting blocks inside <a> */
.rm-highlight-card .rm-highlight-cta a::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
}

.rm-highlight-card-dev {
	background-image: repeating-linear-gradient(180deg, rgba(74,111,165,.045) 0 1px, transparent 1px 9px);
}

.rm-highlight-card-dev .rm-highlight-icon {
	background: rgba(74,111,165,.12);
	color: #4a6fa5;
}

.rm-highlight-card-dev .rm-highlight-eyebrow {
	font-family: 'Courier New', monospace;
	text-transform: lowercase;
	letter-spacing: .08em;
}

.rm-highlight-card-dev .rm-highlight-eyebrow::before { content: '// '; }

.rm-highlight-card-dev .rm-highlight-cta { color: #4a6fa5 !important; }

.rm-highlight-card-design {
	background-image: radial-gradient(circle at 100% 0%, #f5e4e1 0%, transparent 58%);
}

.rm-highlight-card-design .rm-highlight-eyebrow {
	font-family: 'DM Serif Display', Georgia, serif !important;
	font-size: 1rem;
	font-style: italic;
	text-transform: none;
	letter-spacing: .05em;
	color: #b36a64 !important;
}

.rm-highlights-grid .rm-highlight-card:nth-child(2) .rm-highlight-icon::before {
	content: '\270E';
	font-family: system-ui, sans-serif;
	font-size: 1.15rem;
}

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

.rm-under-construction {
	background: #fff;
	border: 1px dashed #e8b2ab;
	border-radius: 16px;
	padding: 3rem 2rem;
	text-align: center;
	max-width: 620px;
	margin: 2.5rem auto 0;
}

.rm-under-construction-title {
	font-family: 'DM Serif Display', Georgia, serif !important;
	font-size: 1.75rem !important;
	color: #4a6fa5 !important;
	margin-bottom: .5rem !important;
}

.rm-under-construction-sub {
	font-size: .95rem;
	color: #5b6775 !important;
	margin-bottom: 1.5rem !important;
}

.rm-under-construction-note {
	font-size: 1.05rem;
	color: #5b6775 !important;
	max-width: 620px;
	margin: 0 auto !important;
	text-align: center;
}


/* wpautop injects stray empty paragraphs; keep them out of the grid */
.rm-highlights-grid > p:empty,
.rm-highlight-card > p:empty { display: none !important; }


.rm-center { text-align: center !important; }
.rm-under-construction-title,
.rm-under-construction-sub { text-align: center !important; }
