/*
Theme Name: Hello Royal
Template: hello-elementor
Author: royalmainecoonfamily.com
Description: Custom child theme for Royal Maine Coon Family.
Version: 1.0.0
*/

:root {
	--royal-ink: #17140f;
	--royal-coffee: #3b2a1c;
	--royal-gold: #b88634;
	--royal-gold-bright: #e8f428;
	--royal-cream: #fbf8f0;
	--royal-sand: #efe7d8;
	--royal-muted: #70675d;
	--royal-line: #e2d8c7;
	--royal-pink: #ef7f93;
	--royal-blue: #5aaed6;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: var(--royal-cream);
	color: var(--royal-ink);
	font-family: Arial, Helvetica, sans-serif;
}

.page-header {
	display: none;
}

h1, h2, h3, h4, .royal-serif {
	font-family: Georgia, "Times New Roman", serif;
}

a {
	color: inherit;
}

.royal-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(255, 252, 245, 0.96);
	border-bottom: 1px solid var(--royal-line);
	box-shadow: 0 2px 14px rgba(28, 21, 13, 0.08);
}

.royal-header-inner {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 5px 18px;
}

.royal-brand {
	display: flex;
	align-items: center;
	text-decoration: none;
	min-width: 0;
}

.royal-logo-mark {
	width: auto;
	height: 46px;
	max-width: 190px;
	display: block;
	object-fit: contain;
	border: 0;
	border-radius: 0;
	flex: 0 0 auto;
}

.royal-section {
	padding: 44px 20px;
}

.royal-section.is-cream {
	background: var(--royal-cream);
}

.royal-section.is-white {
	background: #fff;
}

.royal-section.is-sand {
	background: var(--royal-sand);
}

.royal-wrap {
	max-width: 1080px;
	margin: 0 auto;
}

.royal-center {
	text-align: center;
}

.royal-title {
	margin: 0 0 10px;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.05;
	color: var(--royal-ink);
}

.royal-copy {
	margin: 0;
	color: var(--royal-muted);
	font-size: 16px;
	line-height: 1.55;
}

.royal-hero {
	min-height: 560px;
	display: flex;
	align-items: center;
	position: relative;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.royal-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(25, 16, 9, 0.82), rgba(25, 16, 9, 0.35) 48%, rgba(25, 16, 9, 0.08));
}

.royal-hero-content {
	position: relative;
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 70px 20px;
}

.royal-hero h1 {
	max-width: 470px;
	margin: 0 0 18px;
	font-size: clamp(40px, 6vw, 64px);
	line-height: 0.98;
	color: #fff;
}

.royal-hero p {
	max-width: 420px;
	margin: 0 0 24px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.45;
}

.royal-proof-row {
	display: grid;
	grid-template-columns: repeat(5, minmax(90px, 1fr));
	gap: 14px;
	max-width: 580px;
	margin: 24px 0;
}

.royal-proof {
	display: grid;
	gap: 6px;
	justify-items: start;
	font-size: 12px;
	font-weight: 800;
	color: #fff;
}

.royal-proof i,
.royal-feature i {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border: 2px solid currentColor;
	border-radius: 50%;
	color: var(--royal-gold);
	font-style: normal;
	font-size: 16px;
}

.royal-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.royal-button {
	min-height: 44px;
	padding: 0 22px;
	font-size: 14px;
}

.royal-button.is-light {
	background: #fff;
	color: var(--royal-ink);
}

.royal-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-top: 26px;
}

.royal-feature {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 12px;
	text-align: left;
	align-items: start;
}

.royal-feature h3 {
	margin: 0 0 4px;
	font-size: 16px;
}

.royal-feature p {
	margin: 0;
	color: var(--royal-muted);
	font-size: 13px;
	line-height: 1.45;
}

.royal-card-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-top: 28px;
}

.royal-cat-card {
	background: #fffaf2;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 5px 18px rgba(42, 31, 20, 0.09);
}

.royal-cat-card img {
	width: 100%;
	aspect-ratio: 1.25 / 1;
	object-fit: cover;
	display: block;
}

.royal-cat-card h3 {
	margin: 14px 10px 4px;
	font-size: 17px;
}

.royal-cat-card p {
	margin: 0 10px 16px;
	font-size: 13px;
	color: var(--royal-muted);
}

.royal-split {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	align-items: center;
	gap: 0;
	background: #f9f2e8;
}

.royal-split img {
	width: 100%;
	height: 100%;
	min-height: 350px;
	object-fit: cover;
	display: block;
}

.royal-split-content {
	padding: 42px clamp(24px, 5vw, 70px);
}

.royal-checks {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
	font-size: 15px;
}

.royal-checks li:before {
	content: "✓";
	color: #637d25;
	font-weight: 800;
	margin-right: 8px;
}

.royal-testimonial-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
	align-items: stretch;
}

.royal-story {
	background: #fffaf2;
	padding: 28px;
}

.royal-story img {
	width: 100%;
	height: 100%;
	min-height: 260px;
	object-fit: cover;
	display: block;
}

.royal-dark-cta {
	background: var(--royal-ink);
	color: #fff;
}

.royal-dark-cta .royal-wrap {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 20px;
	align-items: center;
}

.royal-dark-cta h2 {
	margin: 0;
	color: #fff;
	font-size: 34px;
	line-height: 1.05;
}

.kitten-hero {
	padding: 54px 20px 32px;
	background: linear-gradient(180deg, #fffaf2, #f3eadc);
	text-align: center;
}

.kitten-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.contact-page-hero {
	padding: 72px 20px 62px;
	background: #f6eee2;
	text-align: center;
}

.contact-page-kicker {
	margin: 0 0 10px;
	color: var(--royal-gold);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.contact-page-hero h1,
.contact-page-main h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	color: var(--royal-ink);
}

.contact-page-hero h1 {
	font-size: 48px;
}

.contact-page-hero p:last-child {
	max-width: 590px;
	margin: 14px auto 0;
	color: var(--royal-muted);
	font-size: 17px;
	line-height: 1.55;
}

.contact-page-main {
	padding: 64px 20px;
	background: #fff;
}

.contact-page-grid {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(260px, 2fr);
	gap: 72px;
	align-items: start;
}

.contact-page-details {
	padding: 12px 0;
}

.contact-page-details h2,
.contact-page-form h2 {
	font-size: 34px;
}

.contact-page-details > p {
	margin: 14px 0 34px;
	color: var(--royal-muted);
	font-size: 16px;
	line-height: 1.65;
}

.contact-page-detail {
	display: grid;
	gap: 5px;
	padding: 17px 0;
	border-top: 1px solid var(--royal-line);
}

.contact-page-detail strong {
	font-size: 14px;
	color: var(--royal-ink);
}

.contact-page-detail a,
.contact-page-detail span {
	color: var(--royal-muted);
	font-size: 16px;
	text-decoration: none;
}

.contact-page-form {
	padding: 34px;
	border: 1px solid var(--royal-line);
	border-radius: 8px;
	background: var(--royal-cream);
}

.contact-page-form h2 {
	margin-bottom: 24px;
}

.contact-page-form .wpforms-container {
	margin: 0;
}

.contact-page-form .wpforms-field-container {
	display: grid;
	gap: 14px;
}

.contact-page-form .wpforms-field {
	margin: 0;
	padding: 0;
}

.contact-page-form input,
.contact-page-form textarea {
	border-color: #cbb99e !important;
	border-radius: 4px !important;
	background: #fff !important;
	font-size: 16px !important;
}

.contact-page-form input::placeholder,
.contact-page-form textarea::placeholder,
.contact-page-form .iti__selected-country,
.contact-page-form .iti input::placeholder {
	font-size: 16px !important;
}

.contact-page-form .wpforms-submit-container {
	margin-top: 18px !important;
	padding-top: 0 !important;
}

.contact-page-form button[type="submit"] {
	min-height: 44px !important;
	padding: 0 22px !important;
	background: var(--royal-gold) !important;
	border-radius: 4px !important;
	color: #fff !important;
}

.reviews-page-hero {
	padding: 72px 20px 62px;
	background-color: #30271f;
	background-image: linear-gradient(rgba(34, 27, 20, 0.7), rgba(34, 27, 20, 0.7)), url("/royalmainecoonfamily.com/wp-content/uploads/2026/06/reviews/Testimonials.webp");
	background-position: center 42%;
	background-size: cover;
	text-align: center;
}

.reviews-page-kicker {
	margin: 0 0 10px;
	color: var(--royal-gold);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.reviews-page-hero h1,
.reviews-page-main h2,
.reviews-video-section h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	color: var(--royal-ink);
}

.reviews-page-hero h1 {
	color: #fff;
	font-size: 48px;
}

.reviews-page-hero p:last-child {
	max-width: 590px;
	margin: 14px auto 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 17px;
	line-height: 1.55;
}

.reviews-page-main,
.reviews-video-section {
	padding: 64px 20px;
}

.reviews-page-main {
	background: #fff;
}

.reviews-page-heading {
	margin-bottom: 30px;
	text-align: center;
}

.reviews-page-heading h2,
.reviews-video-section h2 {
	font-size: 36px;
}

.review-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.review-card {
	overflow: hidden;
	border: 1px solid var(--royal-line);
	border-radius: 8px;
	background: var(--royal-cream);
}

.review-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.review-card-content {
	padding: 22px;
}

.review-card-quote {
	margin: 0 0 20px;
	color: var(--royal-muted);
	font-size: 15px;
	line-height: 1.6;
}

.review-card h2 {
	margin: 0;
	font-size: 23px;
}

.review-card-location {
	margin: 5px 0 0;
	color: var(--royal-gold);
	font-size: 13px;
	font-weight: 700;
}

.reviews-video-section {
	background: var(--royal-sand);
}

.reviews-video-section h2 {
	margin-bottom: 30px;
	text-align: center;
}

.reviews-video-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.reviews-video-grid video {
	display: block;
	width: 100%;
	aspect-ratio: 9 / 16;
	border-radius: 8px;
	background: #17140f;
	object-fit: cover;
}

.about-videos {
	background: var(--royal-sand);
}

.about-video-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.about-video-grid video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	background: #17140f;
	object-fit: cover;
}

.royal-gallery-section {
	padding-top: 56px;
	padding-bottom: 56px;
}

.royal-gallery-heading {
	margin: 0 auto 30px;
	text-align: center;
}

.royal-gallery-heading .royal-title {
	font-size: 36px;
}

.royal-photo-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.royal-gallery-item {
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
}

.royal-gallery-item img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.kitten-card {
	position: relative;
	background: #fffef8;
	border: 1px solid #eee3d0;
	border-radius: 18px;
	padding: 12px;
	box-shadow: 0 10px 24px rgba(38, 29, 18, 0.1);
	overflow: hidden;
}

.kitten-card img {
	width: 100%;
	aspect-ratio: 1 / 1.12;
	object-fit: cover;
	border-radius: 14px;
	display: block;
}

.kitten-badge {
	display: none;
}

.kitten-badge.heart {
	left: 22px;
}

.kitten-badge.gender {
	right: 22px;
	background: var(--royal-pink);
	color: #fff;
}

.kitten-badge.gender.male {
	background: var(--royal-blue);
}

.kitten-card-body {
	padding: 18px 8px 8px;
}

.kitten-card h3 {
	margin: 0 0 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #5c5860;
}

.kitten-meta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 18px;
	margin-bottom: 16px;
	color: #726f78;
	font-size: 15px;
}

.kitten-meta span:first-child {
	grid-column: 1 / -1;
}

.kitten-card-info {
	grid-template-columns: 1fr;
	gap: 8px;
	text-align: left;
	padding: 0 8px;
}

.kitten-card-info span:first-child {
	grid-column: auto;
}

.kitten-meet {
	width: 100%;
	min-height: 42px;
	border-radius: 4px;
	background: var(--royal-gold);
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.3px;
}

.kitten-detail-hero {
	background: #fff;
	padding: 54px 20px;
}

.kitten-related {
	background: #f6eee2;
}

.kitten-related .royal-wrap {
	max-width: 1420px;
}

.kitten-related-heading {
	max-width: 620px;
	margin: 0 auto 30px;
	text-align: center;
}

.kitten-related-heading .royal-title {
	font-size: 36px;
}

.kitten-carousel {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 42px;
	gap: 16px;
	align-items: center;
}

.kitten-carousel-viewport {
	overflow: hidden;
}

.kitten-carousel-track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 60px) / 4);
	gap: 20px;
	transition: transform 260ms ease;
	will-change: transform;
}

.kitten-carousel-control {
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--royal-gold);
	border-radius: 50%;
	background: #fff;
	color: var(--royal-ink);
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

.kitten-carousel-control:hover,
.kitten-carousel-control:focus-visible {
	background: var(--royal-gold);
	color: #fff;
}

.kitten-carousel-control:focus-visible {
	outline: 2px solid var(--royal-ink);
	outline-offset: 2px;
}

.kitten-detail-grid {
	display: grid !important;
	grid-template-columns: minmax(320px, 520px) minmax(320px, 1fr) !important;
	gap: 48px;
	align-items: start;
	width: 100%;
}

.kitten-detail-grid > * {
	min-width: 0;
}

.kitten-detail-media {
	display: flex;
	flex-direction: column;
	gap: 24px;
	grid-column: 1;
}

.kitten-detail-grid img {
	width: 100%;
	height: auto;
	min-height: 520px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(38, 29, 18, 0.14);
}

.kitten-detail-copy {
	width: 100%;
}

.kitten-detail-copy h1,
.kitten-detail-content h2 {
	margin: 0 0 14px;
	font-family: Georgia, "Times New Roman", serif;
	color: var(--royal-ink);
}

.kitten-detail-copy h1 {
	font-size: clamp(38px, 5vw, 58px);
	line-height: 1.02;
}

.kitten-detail-copy p,
.kitten-detail-content p {
	font-size: 16px;
	line-height: 1.65;
	color: var(--royal-muted);
}

.kitten-detail-copy .royal-button {
	margin-top: 18px;
}

.kitten-detail-content {
	grid-column: 2;
	max-width: none;
	padding-top: 4px;
}

.kitten-detail-content h2 {
	margin-top: 28px;
	font-size: 30px;
}

.kitten-detail-content > p:last-child {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-top: 28px;
	color: var(--royal-ink);
}

.kitten-detail-content > p:last-child:before {
	content: "💌";
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	margin-top: 2px;
	font-size: 20px;
	line-height: 1;
}

.kitten-info-list {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 24px;
	font-size: 16px;
	color: var(--royal-ink);
}

@media (max-width: 900px) {
	.royal-hero {
		min-height: 520px;
	}

	.royal-proof-row,
	.royal-feature-grid,
	.royal-card-grid,
	.kitten-grid,
	.royal-photo-gallery {
		grid-template-columns: repeat(2, 1fr);
	}

	.kitten-carousel-track {
		grid-auto-columns: calc((100% - 20px) / 2);
	}

	.contact-page-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.review-card-grid,
	.reviews-video-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.royal-split,
	.royal-testimonial-grid,
	.royal-dark-cta .royal-wrap {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.royal-brand {
		min-width: 0;
	}

	.royal-brand-title {
		font-size: 18px;
	}

	.royal-brand-subtitle {
		font-size: 9px;
	}

	.royal-section {
		padding: 34px 16px;
	}

	.royal-hero {
		min-height: 620px;
		background-position: center;
	}

	.royal-hero:before {
		background: linear-gradient(180deg, rgba(25, 16, 9, 0.88), rgba(25, 16, 9, 0.42));
	}

	.royal-proof-row,
	.royal-feature-grid,
	.royal-card-grid,
	.kitten-grid,
	.royal-photo-gallery,
	.kitten-meta {
		grid-template-columns: 1fr;
	}

	.kitten-carousel {
		grid-template-columns: 36px minmax(0, 1fr) 36px;
		gap: 8px;
	}

	.kitten-carousel-track {
		grid-auto-columns: 100%;
	}

	.kitten-carousel-control {
		width: 36px;
		height: 36px;
		font-size: 22px;
	}

	.contact-page-hero {
		padding: 54px 16px 46px;
	}

	.contact-page-hero h1 {
		font-size: 40px;
	}

	.contact-page-main {
		padding: 40px 16px;
	}

	.contact-page-form {
		padding: 24px 18px;
	}

	.reviews-page-hero {
		padding: 54px 16px 46px;
	}

	.reviews-page-hero h1 {
		font-size: 40px;
	}

	.reviews-page-main,
	.reviews-video-section {
		padding: 40px 16px;
	}

	.review-card-grid,
	.reviews-video-grid {
		grid-template-columns: 1fr;
	}

	.royal-actions {
		display: grid;
	}

	.royal-button {
		width: 100%;
	}

	.kitten-meta span:first-child {
		grid-column: auto;
	}

	.kitten-detail-grid,
	.kitten-info-list {
		grid-template-columns: 1fr !important;
	}

	.kitten-detail-media,
	.kitten-detail-content {
		grid-column: auto;
	}

	.kitten-detail-grid img {
		min-height: 0;
	}
}

.royal-brand-title {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
}

.royal-brand-subtitle {
	display: block;
	margin-top: 3px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

.royal-menu {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-left: auto;
}

.royal-menu ul {
	display: flex;
	align-items: center;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.royal-menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	color: var(--royal-ink);
}

.royal-nav-cta, .royal-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: var(--royal-gold);
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	border: 0;
	box-shadow: none;
}

.royal-nav-cta {
	min-height: 32px;
	padding: 0 13px;
	font-size: 12px;
	white-space: nowrap;
}

.royal-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid var(--royal-line);
	border-radius: 4px;
	background: #fff;
	color: var(--royal-ink);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
}

.royal-menu-toggle span {
	width: 20px;
	height: 2px;
	background: currentColor;
	display: block;
}

.royal-site-footer {
	background: #fffaf0;
	border-top: 1px solid var(--royal-line);
	color: var(--royal-ink);
}

.royal-footer-inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 36px 20px 30px;
	display: grid;
	grid-template-columns: 1fr 1.25fr 1fr;
	gap: 22px;
	align-items: start;
}

.royal-footer-inner h3 {
	margin: 0 0 5px;
	font-size: 17px;
}

.royal-footer-inner p, .royal-footer-inner a {
	font-size: 14px;
	line-height: 1.25;
	color: var(--royal-muted);
	margin: 0 0 5px;
}

.royal-footer-inner p {
	font-size: 16px;
}

.royal-footer-contact {
	display: grid;
	gap: 8px;
}

.royal-footer-contact a {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 8px;
	align-items: start;
	margin: 0;
	text-decoration: none;
}

.royal-footer-contact-icon {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	color: var(--royal-gold);
	font-size: 17px;
	line-height: 1;
}

.royal-footer-contact a > span:last-child {
	display: grid;
	gap: 1px;
}

.royal-footer-contact strong {
	color: var(--royal-ink);
}

.royal-footer-contact a:hover,
.royal-footer-contact a:focus-visible {
	color: var(--royal-gold);
}

.royal-footer-contact a:focus-visible {
	outline: 2px solid var(--royal-gold);
	outline-offset: 3px;
}

.royal-footer-bottom {
	max-width: none;
	margin: 0 auto;
	padding: 16px 20px;
	border-top: 0;
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 14px;
	line-height: 1.45;
	color: #f8efe2;
	background: #17120d;
}

.royal-footer-form {
	display: grid;
	gap: 4px;
}

.royal-footer-form input,
.royal-footer-form textarea {
	width: 100%;
	border: 1px solid #cfbea4;
	border-radius: 2px;
	padding: 4px 8px !important;
	background: #fff;
	font-size: 12px !important;
	line-height: 1.1 !important;
}

.royal-footer-form input {
	height: 25px !important;
	min-height: 0 !important;
}

.royal-footer-form textarea {
	height: 34px !important;
	min-height: 34px !important;
	resize: vertical;
}

.royal-footer-form button {
	justify-self: end;
	min-height: 26px;
	padding: 0 16px;
	cursor: pointer;
}

.royal-footer-wpforms .wpforms-container {
	--wpforms-field-size-input-spacing: 0px !important;
	margin: 0 !important;
}

.royal-footer-wpforms .wpforms-field-container {
	display: grid !important;
	gap: 0 !important;
}

.royal-footer-wpforms .wpforms-field {
	margin: 0 !important;
	padding: 0 !important;
}

.royal-footer-wpforms .wpforms-field-label {
	display: none;
}

.royal-footer-wpforms input,
.royal-footer-wpforms textarea,
.wpforms-container input,
.wpforms-container textarea {
	border: 1px solid #cfbea4 !important;
	border-radius: 2px !important;
	background: #fff !important;
	color: var(--royal-ink) !important;
	font-size: 12px !important;
}

.royal-footer-wpforms input,
.royal-footer-wpforms textarea {
	min-height: 0 !important;
	padding: 5px 8px !important;
	line-height: 1.15 !important;
}

.royal-footer-wpforms input {
	height: 27px !important;
}

.royal-footer-wpforms textarea {
	height: 44px !important;
	min-height: 44px !important;
}

.wpforms-container button[type="submit"],
.wpforms-container .wpforms-submit {
	background: var(--royal-gold) !important;
	border: 0 !important;
	border-radius: 4px !important;
	color: #fff !important;
	font-weight: 800 !important;
	box-shadow: none !important;
}

.wpforms-container button[type="submit"]:hover,
.wpforms-container .wpforms-submit:hover {
	background: #9f702a !important;
	color: #fff !important;
}

.royal-footer-wpforms .wpforms-submit-container {
	margin-top: 0 !important;
	padding-top: 0 !important;
	text-align: right;
}

.royal-footer-wpforms .wpforms-submit {
	min-height: 28px !important;
	padding: 0 16px !important;
	font-size: 12px !important;
}

@media (max-width: 480px) {
	.royal-header-inner {
		padding: 10px 16px;
	}

	.royal-menu-toggle {
		display: inline-flex;
	}

	.royal-menu {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #fffaf2;
		border-bottom: 1px solid var(--royal-line);
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
		padding: 16px;
		box-shadow: 0 14px 22px rgba(28, 21, 13, 0.13);
	}

	.royal-site-header.is-open .royal-menu {
		display: flex;
	}

	.royal-menu ul {
		display: grid;
		gap: 12px;
	}

	.royal-menu a {
		display: block;
		font-size: 15px;
		padding: 5px 0;
	}

	.royal-nav-cta {
		display: flex !important;
		width: 210px;
		min-width: 0;
		height: 40px;
		align-self: center;
		align-items: center;
		justify-content: center;
		padding: 0 !important;
	}

	.royal-nav-cta span {
		display: block;
		width: 100%;
		text-align: center;
	}

	.royal-menu-toggle {
		border-color: var(--royal-gold) !important;
		background: var(--royal-gold) !important;
		color: #fff !important;
		gap: 4px;
	}

	.royal-menu-toggle span {
		width: 22px;
		height: 3px;
	}

	.royal-footer-inner {
		grid-template-columns: 1fr;
		padding-top: 30px;
		padding-bottom: 28px;
	}

	.royal-footer-bottom {
		flex-direction: column;
	}
}

/* Reference homepage layout */
.mart-home {
	background: #fffaf2;
	color: #111;
	font-size: 14px;
	line-height: 1.35;
}

.mart-wrap {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 16px;
}

.mart-home h1,
.mart-home h2 {
	font-family: Georgia, "Times New Roman", serif;
	color: #111;
	margin: 0;
}

.mart-home h2 {
	font-size: 27px;
	line-height: 1.05;
	text-align: center;
}

.mart-home p {
	margin: 0;
	line-height: 1.45;
}

.mart-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 20px;
	border-radius: 4px;
	background: #b58235;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.mart-btn-light {
	background: #fff;
	color: #111;
	border: 1px solid #e5ddcf;
}

.mart-actions {
	display: flex;
	gap: 16px;
	align-items: center;
	flex-wrap: wrap;
}

.mart-hero {
	position: relative;
	min-height: 600px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: 72% center;
	color: #fff;
}

.mart-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(22, 16, 10, 0.84) 0%, rgba(22, 16, 10, 0.58) 35%, rgba(22, 16, 10, 0.1) 72%);
}

.mart-hero-inner {
	position: relative;
	width: 100%;
}

.mart-hero-copy {
	max-width: 560px;
	padding: 50px 0 44px 112px;
}

.mart-hero h1 {
	color: #fff;
	font-size: 47px;
	line-height: 0.98;
	margin-bottom: 16px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.mart-hero p {
	max-width: 520px;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	margin-bottom: 20px;
}

.mart-hero-badges {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
	margin-bottom: 22px;
	max-width: 520px;
}

.mart-hero-badges div {
	display: grid;
	justify-items: center;
	gap: 6px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 1.15;
}

.mart-hero-badges span {
	width: 27px;
	height: 27px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	border: 2px solid #c49545;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}

.mart-trust {
	padding: 48px 0;
	background: #fffaf2;
	text-align: center;
}

.mart-trust > .mart-wrap > p,
.mart-cats > .mart-wrap > p,
.mart-why > .mart-wrap > p {
	margin-top: 7px;
	font-size: 13px;
	font-weight: 700;
}

.mart-icon-grid {
	display: grid;
	gap: 20px;
	margin-top: 22px;
}

.mart-icon-grid-four {
	grid-template-columns: repeat(4, 1fr);
}

.mart-icon-grid-five {
	grid-template-columns: repeat(5, 1fr);
}

.mart-icon-item {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 9px;
	align-items: start;
	text-align: left;
}

.mart-icon-item span {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	color: #9a7a28;
	font-size: 24px;
	line-height: 1;
}

.mart-icon-item h3 {
	margin: 0 0 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.15;
	font-weight: 900;
}

.mart-icon-item p {
	font-size: 11px;
	font-weight: 700;
	color: #222;
	line-height: 1.25;
}

.mart-cats {
	padding: 48px 0;
	background: #fff;
	text-align: center;
}

.mart-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 22px auto 18px;
	max-width: 980px;
}

.mart-card-grid article {
	background: #fffaf2;
	box-shadow: 0 5px 18px rgba(33, 24, 15, 0.1);
	overflow: hidden;
	border-radius: 3px;
}

.mart-card-grid img {
	display: block;
	width: 100%;
	aspect-ratio: 1.12 / 1;
	object-fit: cover;
}

.mart-card-grid h3 {
	margin: 9px 8px 2px;
	font-size: 13px;
	font-weight: 900;
}

.mart-card-grid p {
	margin: 0 8px 12px;
	font-size: 11px;
	font-weight: 700;
	color: #222;
}

.mart-health {
	padding: 0;
	background: #f5efe4;
}

.mart-health-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	justify-content: center;
	gap: 42px;
	padding: 52px 16px;
	max-width: 1400px;
}

.mart-health-grid img {
	width: 100%;
	max-width: 470px !important;
	justify-self: end;
	aspect-ratio: 1 / 1;
	height: auto !important;
	min-height: 0 !important;
	max-height: none;
	object-fit: cover;
	display: block;
	border-radius: 2px;
}

.mart-home .mart-health-grid > img {
	width: min(100%, 470px) !important;
}

.mart-health-grid > div {
	max-width: 470px;
	justify-self: start;
	padding: 0;
}

.mart-health h2 {
	text-align: left;
	margin-bottom: 14px;
	font-size: 31px;
}

.mart-health p {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.55;
	margin-bottom: 20px;
}

.mart-health ul {
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
	display: grid;
	gap: 12px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}

.mart-health li:before {
	content: "✓";
	margin-right: 11px;
	color: #5f7426;
	font-weight: 900;
}

.mart-health .mart-btn {
	min-height: 42px;
	padding: 0 24px;
	font-size: 14px;
}

.mart-why {
	padding: 48px 0;
	background: #fff;
	text-align: center;
}

.mart-why .mart-icon-grid {
	margin-top: 22px;
	gap: 15px;
}

.mart-about {
	padding: 48px 0;
	background: #f6eee2;
}

.mart-about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 0;
	max-width: 1400px;
	padding: 0;
}

.mart-about-copy,
.mart-happy {
	padding: 23px 24px 20px;
	background: #fffaf2;
}

.mart-about h2 {
	text-align: left;
	font-size: 22px;
	margin-bottom: 10px;
}

.mart-about p {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 9px;
}

.mart-about img {
	width: 100%;
	height: 238px !important;
	min-height: 0 !important;
	object-fit: cover;
	display: block;
}

.mart-happy span {
	color: #a38435;
	font-size: 14px;
	letter-spacing: 6px;
}

.mart-ready {
	position: relative;
	background-color: #17120d;
	background-size: 320px auto;
	background-repeat: no-repeat;
	background-position: calc(50% - 440px) center;
	color: #fff;
}

.mart-ready:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(18, 13, 9, 0.08) 0%, rgba(18, 13, 9, 0.42) 26%, rgba(18, 13, 9, 0.98) 48%, rgba(18, 13, 9, 0.98) 100%);
}

.mart-ready-grid {
	position: relative;
	min-height: 86px;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 36px;
	align-items: center;
	max-width: 1180px;
	padding-left: 360px;
	padding-top: 34px;
	padding-bottom: 34px;
}

.mart-ready h2 {
	text-align: left;
	color: #fff;
	font-size: 27px;
	line-height: 1.03;
}

.mart-ready p {
	margin-top: 4px;
	font-size: 15px;
	font-weight: 700;
}

.mart-ready .mart-btn {
	min-height: 34px;
	padding: 0 20px;
}

/* Home content copy from the trust section through the family testimonial. */
.mart-trust > .mart-wrap > p,
.mart-cats > .mart-wrap > p,
.mart-why > .mart-wrap > p,
.mart-health p {
	font-size: 16px;
}

.mart-icon-item p,
.mart-card-grid p {
	font-size: 13px;
}

.mart-about p {
	font-size: 14px;
}

@media (max-width: 1020px) {
	.mart-hero-copy {
		padding-left: 48px;
	}

	.mart-icon-grid-five {
		grid-template-columns: repeat(3, 1fr);
	}

	.mart-about-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 760px) {
	.about-video-grid {
		grid-template-columns: 1fr;
	}

	.mart-wrap {
		padding: 0 16px;
	}

	.mart-home h2 {
		font-size: 25px;
	}

	.mart-hero {
		min-height: 620px;
		background-position: center;
	}

	.mart-hero:before {
		background: linear-gradient(180deg, rgba(22, 16, 10, 0.9), rgba(22, 16, 10, 0.42));
	}

	.mart-hero-copy {
		padding: 50px 0;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.mart-hero h1 {
		font-size: 42px;
	}

	.mart-hero-badges {
		grid-template-columns: repeat(3, 1fr);
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.mart-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.mart-btn {
		width: 100%;
	}

	.mart-icon-grid-four,
	.mart-icon-grid-five,
	.mart-card-grid,
	.mart-health-grid,
	.mart-ready-grid {
		grid-template-columns: 1fr;
	}

	.mart-icon-item {
		max-width: 320px;
		margin: 0 auto;
	}

	.mart-health-grid > div {
		max-width: none;
		padding: 30px 18px 34px;
	}

	.mart-about-grid {
		grid-template-columns: 1fr;
	}

	.mart-ready-grid {
		padding-top: 24px;
		padding-bottom: 24px;
		padding-left: 16px;
	}

	.mart-ready {
		background-size: 210px auto;
		background-position: right center;
	}

	.mart-ready:before {
		background: rgba(18, 13, 9, 0.84);
	}
}

.royal-menu-toggle {
	display: none !important;
}

@media (max-width: 480px) {
	.royal-menu-toggle {
		display: inline-flex !important;
	}
}

.mart-hero-badges span,
.mart-icon-item span {
	font-size: 0 !important;
	color: #9a7a28;
}

.mart-hero-badges span:before,
.mart-icon-item span:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: currentColor;
	-webkit-mask: var(--mart-icon) center / contain no-repeat;
	mask: var(--mart-icon) center / contain no-repeat;
}

.mart-hero-badges span:before {
	width: 17px;
	height: 17px;
}

.mart-hero-badges div:nth-child(1) span,
.mart-why .mart-icon-item:nth-child(5) span {
	--mart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-7-4.5-9.4-8.5C.6 9.2 2.4 5 6.2 5c2 0 3.5 1.1 4.3 2.5C11.3 6.1 12.8 5 14.8 5c3.8 0 5.6 4.2 3.6 7.5C19 16.5 12 21 12 21z'/%3E%3Cpath d='m9.3 12.1 1.8 1.8 3.9-4.4'/%3E%3C/svg%3E");
}

.mart-hero-badges div:nth-child(2) span,
.mart-trust .mart-icon-item:nth-child(2) span {
	--mart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 19 6v5.2c0 4.4-2.8 7.8-7 9.8-4.2-2-7-5.4-7-9.8V6l7-3z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E");
}

.mart-hero-badges div:nth-child(3) span {
	--mart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m18 3 3 3'/%3E%3Cpath d='m15 6 3 3'/%3E%3Cpath d='M7 17 17 7l2 2L9 19H5v-4l10-10'/%3E%3Cpath d='m4 20-2 2'/%3E%3Cpath d='m9 11 4 4'/%3E%3C/svg%3E");
}

.mart-hero-badges div:nth-child(4) span {
	--mart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 21V4'/%3E%3Cpath d='M5 5h13l-2 4 2 4H5'/%3E%3Cpath d='M8 8h5'/%3E%3Cpath d='M8 11h6'/%3E%3C/svg%3E");
}

.mart-hero-badges div:nth-child(5) span,
.mart-trust .mart-icon-item:nth-child(4) span,
.mart-why .mart-icon-item:nth-child(1) span {
	--mart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 20c0-2.2-1.8-4-4-4s-4 1.8-4 4'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3Cpath d='M4 18c0-1.7 1.2-3.2 2.8-3.7'/%3E%3Ccircle cx='6' cy='9' r='2.2'/%3E%3Cpath d='M20 18c0-1.7-1.2-3.2-2.8-3.7'/%3E%3Ccircle cx='18' cy='9' r='2.2'/%3E%3C/svg%3E");
}

.mart-trust .mart-icon-item:nth-child(1) span,
.mart-why .mart-icon-item:nth-child(2) span {
	--mart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11.5 12 4l9 7.5'/%3E%3Cpath d='M5 10.5V20h14v-9.5'/%3E%3Cpath d='M9.5 20v-6h5v6'/%3E%3C/svg%3E");
}

.mart-trust .mart-icon-item:nth-child(3) span {
	--mart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 4c-8 .4-13 4.7-13 11 0 2.8 2.2 5 5 5 6.3 0 9.6-8 8-16z'/%3E%3Cpath d='M4 20c3.7-6.6 8-9.7 13-11'/%3E%3C/svg%3E");
}

.mart-why .mart-icon-item:nth-child(3) span {
	--mart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21c4.5-3.2 7-7.4 7-12.6C17.6 7.5 15.2 7 12 7S6.4 7.5 5 8.4C5 13.6 7.5 17.8 12 21z'/%3E%3Cpath d='M12 7c-.2-2.1.7-3.5 2.8-4'/%3E%3Cpath d='M10 3c1.5.5 2.2 1.8 2 4'/%3E%3C/svg%3E");
}

.mart-why .mart-icon-item:nth-child(4) span {
	--mart-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='12' cy='12' r='1.5'/%3E%3C/svg%3E");
}

.royal-faq-page {
	background: #f6eee2;
}

.royal-faq-list {
	display: grid;
	gap: 18px;
	max-width: 980px;
	margin: 0 auto;
}

.royal-faq-item {
	background: #fff;
	border: 1px solid rgba(197, 143, 45, 0.18);
	border-radius: 8px;
	padding: 24px 28px;
	box-shadow: 0 10px 28px rgba(34, 27, 20, 0.06);
}

.royal-faq-item h2 {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.25;
}

.royal-faq-item p {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
}

.thank-you-page {
	background: #f6eee2;
	padding: 86px 20px;
}

.thank-you-card {
	max-width: 880px;
	margin: 0 auto;
	padding: 56px;
	background: #fffaf0;
	border: 1px solid rgba(197, 143, 45, 0.2);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(34, 27, 20, 0.08);
	text-align: center;
}

.thank-you-kicker {
	margin: 0 0 10px;
	color: var(--royal-gold);
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.thank-you-card h1 {
	margin: 0 0 22px;
	font-size: clamp(42px, 6vw, 68px);
	line-height: 1;
}

.thank-you-card p {
	max-width: 700px;
	margin: 0 auto 18px;
	font-size: 17px;
	line-height: 1.7;
	color: var(--royal-muted);
}

.thank-you-card strong {
	color: var(--royal-ink);
}

.thank-you-actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 28px !important;
}

.legal-page {
	background: #f6eee2;
}

.legal-content {
	max-width: 940px;
	margin: 0 auto;
	padding: 46px;
	background: #fffaf0;
	border: 1px solid rgba(197, 143, 45, 0.2);
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(34, 27, 20, 0.07);
}

.legal-content h2 {
	margin: 30px 0 12px;
	font-size: 28px;
	line-height: 1.15;
}

.legal-content h2:first-child {
	margin-top: 0;
}

.legal-content p,
.legal-content li {
	font-size: 16px;
	line-height: 1.7;
	color: var(--royal-muted);
}

.legal-content p {
	margin: 0 0 16px;
}

.legal-content ul {
	margin: 0 0 22px 20px;
	padding: 0;
}

.legal-content strong {
	color: var(--royal-ink);
}

.royal-footer-bottom a {
	color: inherit;
	text-decoration: none;
}

.royal-footer-bottom a:hover,
.royal-footer-bottom a:focus-visible {
	color: var(--royal-gold);
}

@media (max-width: 640px) {
	.royal-faq-item {
		padding: 20px;
	}

	.royal-faq-item h2 {
		font-size: 19px;
	}

	.thank-you-page {
		padding: 56px 14px;
	}

	.thank-you-card {
		padding: 34px 22px;
	}

	.thank-you-card p {
		font-size: 16px;
	}

	.legal-content {
		padding: 28px 20px;
	}

	.legal-content h2 {
		font-size: 23px;
	}
}
