.page-template-template-volunteers {
	background-color: #f5efe7;
	background-image:
		radial-gradient(circle at 8% 14%, rgba(138, 61, 34, 0.08) 0, rgba(138, 61, 34, 0) 21%),
		radial-gradient(circle at 88% 10%, rgba(24, 33, 43, 0.06) 0, rgba(24, 33, 43, 0) 18%),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.34) 0, rgba(255, 255, 255, 0.34) 1px, transparent 1px, transparent 34px);
}

.page-template-template-volunteers #content-wrap {
	width: 100%;
	max-width: 1200px;
}

.page-template-template-volunteers #primary.content-area,
.page-template-template-volunteers #content.site-content {
	width: 100%;
	max-width: none;
	margin: 0;
}

.ro-volunteers-page {
	padding: 28px 0 72px;
	color: #18212b;
}

.ro-volunteers-shell {
	display: grid;
	gap: 24px;
}

.ro-volunteers-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
	gap: 20px;
	align-items: stretch;
}

.ro-volunteers-hero-copy,
.ro-volunteers-hero-panel,
.ro-volunteers-section,
.ro-volunteers-direction,
.ro-volunteers-gallery-section,
.ro-volunteers-note,
.ro-volunteers-step,
.ro-volunteers-final {
	border: 1px solid #d9e0e5;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.96);
}

.ro-volunteers-hero-copy {
	padding: 30px;
	background: linear-gradient(180deg, #faf8f4 0%, #fff 100%);
}

.ro-volunteers-eyebrow,
.ro-volunteers-section-eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8a3d22;
}

.ro-volunteers-title {
	max-width: 860px;
	margin: 0 0 16px;
	font-size: clamp(34px, 5vw, 56px);
	line-height: 1.04;
	color: #18212b;
}

.ro-volunteers-lead {
	max-width: 760px;
	margin: 0;
	font-size: 18px;
	line-height: 1.65;
	color: #415161;
}

.ro-volunteers-actions,
.ro-volunteers-final-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.ro-volunteers-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid #d9e0e5;
	border-radius: 999px;
	background: #fff;
	color: #18212b;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.2s ease;
}

.ro-volunteers-button:hover,
.ro-volunteers-button:focus {
	border-color: #bfc9d2;
	background: #f7f8f9;
	color: #18212b;
}

.ro-volunteers-button-primary {
	border-color: #8a3d22;
	background: #8a3d22;
	color: #fff;
}

.ro-volunteers-button-primary:hover,
.ro-volunteers-button-primary:focus {
	border-color: #6c2d16;
	background: #6c2d16;
	color: #fff;
}

.ro-volunteers-hero-panel {
	display: grid;
	align-content: start;
	gap: 16px;
	padding: 24px;
	background: #fbf3ed;
	border-color: #e4d3c8;
}

.ro-volunteers-stat {
	display: grid;
	gap: 8px;
	padding: 20px;
	border-radius: 18px;
	background: #8a3d22;
	color: #fff;
}

.ro-volunteers-stat-value {
	font-size: clamp(42px, 6vw, 64px);
	font-weight: 800;
	line-height: 0.95;
}

.ro-volunteers-stat-label,
.ro-volunteers-hero-panel p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}

.ro-volunteers-hero-panel p {
	color: #4d5f70;
}

.ro-volunteers-section,
.ro-volunteers-gallery-section,
.ro-volunteers-note,
.ro-volunteers-final {
	display: grid;
	gap: 20px;
	padding: 24px;
}

.ro-volunteers-intro {
	grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
	align-items: start;
}

.ro-volunteers-section-head,
.ro-volunteers-richtext {
	display: grid;
	gap: 12px;
}

.ro-volunteers-section-title {
	margin: 0;
	font-size: 30px;
	line-height: 1.12;
	color: #18212b;
}

.ro-volunteers-richtext p,
.ro-volunteers-direction p,
.ro-volunteers-gallery-section .ro-volunteers-section-head p,
.ro-volunteers-note p,
.ro-volunteers-step p,
.ro-volunteers-final p {
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
	color: #4d5f70;
}

.ro-volunteers-direction-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ro-volunteers-direction {
	display: grid;
	gap: 12px;
	padding: 22px;
}

.ro-volunteers-direction h3,
.ro-volunteers-step h3,
.ro-volunteers-note h2,
.ro-volunteers-final h2 {
	margin: 0;
	font-size: 22px;
	line-height: 1.2;
	color: #18212b;
}

.ro-volunteers-gallery {
	display: grid;
	grid-template-columns: 1.25fr 0.9fr;
	grid-template-rows: repeat(2, 220px);
	gap: 14px;
}

.ro-volunteers-gallery-item {
	margin: 0;
	overflow: hidden;
	border-radius: 18px;
	background: #e8ddd1;
}

.ro-volunteers-gallery-item-1 {
	grid-row: span 2;
}

.ro-volunteers-gallery-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ro-volunteers-note {
	grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
	align-items: center;
	background: #fbf3ed;
	border-color: #e4d3c8;
}

.ro-volunteers-step-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ro-volunteers-step {
	display: grid;
	gap: 12px;
	padding: 22px;
}

.ro-volunteers-step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: #8a3d22;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.ro-volunteers-final {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	background: linear-gradient(135deg, #fbf3ed 0%, #fff 74%);
	border-color: #e4d3c8;
}

.ro-volunteers-final-actions {
	justify-content: flex-end;
	margin-top: 0;
}

@media (max-width: 960px) {
	.ro-volunteers-hero,
	.ro-volunteers-intro,
	.ro-volunteers-note,
	.ro-volunteers-final {
		grid-template-columns: 1fr;
	}

	.ro-volunteers-direction-grid,
	.ro-volunteers-step-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ro-volunteers-final-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.ro-volunteers-page {
		padding: 18px 0 48px;
	}

	.ro-volunteers-hero-copy,
	.ro-volunteers-hero-panel,
	.ro-volunteers-section,
	.ro-volunteers-direction,
	.ro-volunteers-gallery-section,
	.ro-volunteers-note,
	.ro-volunteers-step,
	.ro-volunteers-final {
		border-radius: 16px;
	}

	.ro-volunteers-hero-copy,
	.ro-volunteers-hero-panel,
	.ro-volunteers-section,
	.ro-volunteers-direction,
	.ro-volunteers-gallery-section,
	.ro-volunteers-note,
	.ro-volunteers-step,
	.ro-volunteers-final {
		padding: 20px;
	}

	.ro-volunteers-direction-grid,
	.ro-volunteers-step-grid,
	.ro-volunteers-gallery {
		grid-template-columns: 1fr;
	}

	.ro-volunteers-gallery {
		grid-template-rows: none;
	}

	.ro-volunteers-gallery-item,
	.ro-volunteers-gallery-item-1 {
		grid-row: auto;
		aspect-ratio: 4 / 3;
	}

	.ro-volunteers-button {
		width: 100%;
	}
}
