:root {
	--rg-green: #71826d;
	--rg-green-dark: #425242;
	--rg-green-deep: #2f3d32;
	--rg-sage: #dfe6da;
	--rg-cream: #f6f3ed;
	--rg-white: #ffffff;
	--rg-ink: #20251f;
	--rg-muted: #667064;
	--rg-gold: #c4aa6a;
	--rg-border: rgba(66, 82, 66, 0.16);
}

body.royal-garden-contact-page .site-content > .ast-container,
body.royal-garden-contact-page .content-area,
body.royal-garden-contact-page .site-main,
body.royal-garden-contact-page article,
body.royal-garden-contact-page .entry-content {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.royal-garden-contact-page .entry-content > .elementor,
body.royal-garden-contact-page .entry-header {
	display: none;
}

.rg-contact,
.rg-contact * {
	box-sizing: border-box;
}

.rg-contact {
	background: var(--rg-cream);
	color: var(--rg-ink);
	overflow: hidden;
}

.rg-contact h1,
.rg-contact h2,
.rg-contact p {
	margin-top: 0;
}

.rg-contact h1,
.rg-contact h2 {
	color: var(--rg-green-deep);
	font-family: "Merriweather", Georgia, serif;
	letter-spacing: -0.035em;
}

.rg-contact__hero {
	position: relative;
	background:
		radial-gradient(circle at 74% 40%, rgba(196, 170, 106, 0.13), transparent 25%),
		linear-gradient(135deg, #f7f5f0 0%, #edf1e8 100%);
	padding: clamp(70px, 7vw, 96px) 24px 100px;
}

.rg-contact__hero::before {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(66, 82, 66, 0.24), transparent);
}

.rg-contact__hero-inner,
.rg-contact__main,
.rg-contact__faq {
	width: min(1180px, 100%);
	margin-inline: auto;
}

.rg-contact__hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
	align-items: center;
	gap: 70px;
}

.rg-contact__intro {
	max-width: 760px;
}

.rg-contact__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	color: var(--rg-green);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.19em;
	line-height: 1.4;
	text-transform: uppercase;
}

.rg-contact__eyebrow::before {
	content: "";
	width: 34px;
	height: 1px;
	background: currentColor;
}

.rg-contact__eyebrow--light {
	color: #dce5d7;
}

.rg-contact__intro h1 {
	max-width: 740px;
	margin-bottom: 24px;
	font-size: clamp(40px, 5.2vw, 70px);
	line-height: 1.08;
}

.rg-contact__intro > p {
	max-width: 650px;
	margin-bottom: 0;
	color: var(--rg-muted);
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.8;
}

.rg-contact__botanical {
	width: min(100%, 300px);
	justify-self: center;
	overflow: visible;
	transform: rotate(3deg);
}

.rg-contact__botanical .rg-contact__stem,
.rg-contact__botanical .rg-contact__leaf {
	fill: none;
	stroke: var(--rg-green);
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rg-contact__botanical .rg-contact__stem {
	stroke-width: 2.2;
}

.rg-contact__botanical .rg-contact__leaf {
	fill: rgba(113, 130, 109, 0.12);
	stroke-width: 1.6;
}

.rg-contact__main {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	margin-top: -58px;
	padding: 0 24px;
	filter: drop-shadow(0 24px 50px rgba(47, 61, 50, 0.11));
}

.rg-contact__info,
.rg-contact__form-card {
	padding: clamp(36px, 5vw, 68px);
}

.rg-contact__info {
	position: relative;
	background: var(--rg-green-dark);
	color: rgba(255, 255, 255, 0.82);
	border-radius: 18px 0 0 18px;
	overflow: hidden;
}

.rg-contact__info::after {
	content: "";
	position: absolute;
	right: -105px;
	bottom: -115px;
	width: 260px;
	height: 260px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 50%;
	box-shadow: 0 0 0 34px rgba(255, 255, 255, 0.035), 0 0 0 70px rgba(255, 255, 255, 0.025);
}

.rg-contact__info h2,
.rg-contact__form-card h2,
.rg-contact__faq h2 {
	margin-bottom: 16px;
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.2;
}

.rg-contact__info h2 {
	color: var(--rg-white);
}

.rg-contact__info-copy {
	max-width: 440px;
	margin-bottom: 34px;
	line-height: 1.75;
}

.rg-contact__channels {
	display: grid;
	gap: 12px;
	position: relative;
	z-index: 1;
}

.rg-contact__channel {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 14px;
	color: var(--rg-white);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.055);
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.rg-contact__channel:hover,
.rg-contact__channel:focus-visible {
	color: var(--rg-white);
	background: rgba(255, 255, 255, 0.11);
	border-color: rgba(255, 255, 255, 0.28);
	transform: translateX(3px);
}

.rg-contact__channel-icon {
	display: grid;
	place-items: center;
	flex: 0 0 44px;
	height: 44px;
	color: var(--rg-green-dark);
	background: #dfe8da;
	border-radius: 50%;
}

.rg-contact__channel-icon svg,
.rg-contact__meta svg,
.rg-contact__form button svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.rg-contact__channel small,
.rg-contact__channel strong {
	display: block;
}

.rg-contact__channel small {
	margin-bottom: 2px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rg-contact__channel strong {
	font-size: 15px;
	font-weight: 600;
	word-break: break-word;
}

.rg-contact__meta {
	display: grid;
	gap: 13px;
	position: relative;
	z-index: 1;
	margin-top: 32px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.rg-contact__meta > div {
	display: flex;
	align-items: center;
	gap: 11px;
	font-size: 14px;
	line-height: 1.5;
}

.rg-contact__meta svg {
	flex: 0 0 19px;
	width: 19px;
	height: 19px;
	color: #dce5d7;
}

.rg-contact__form-card {
	background: var(--rg-white);
	border-radius: 0 18px 18px 0;
}

.rg-contact__form-card > p {
	margin-bottom: 30px;
	color: var(--rg-muted);
	line-height: 1.7;
}

.rg-contact__form {
	display: grid;
	gap: 18px;
}

.rg-contact__field-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.rg-contact__form label {
	display: grid;
	gap: 8px;
	color: var(--rg-green-deep);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.025em;
}

.rg-contact__form label > span {
	color: #9d5b50;
}

.rg-contact__form input,
.rg-contact__form select,
.rg-contact__form textarea {
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 13px 15px;
	color: var(--rg-ink);
	background: #fbfcfa;
	border: 1px solid var(--rg-border);
	border-radius: 9px;
	box-shadow: none;
	font: inherit;
	font-weight: 400;
	outline: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.rg-contact__form textarea {
	min-height: 130px;
	resize: vertical;
}

.rg-contact__form input:focus,
.rg-contact__form select:focus,
.rg-contact__form textarea:focus {
	background: var(--rg-white);
	border-color: var(--rg-green);
	box-shadow: 0 0 0 3px rgba(113, 130, 109, 0.12);
}

.rg-contact__form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	width: fit-content;
	min-height: 52px;
	margin-top: 4px;
	padding: 14px 24px;
	color: var(--rg-white);
	background: var(--rg-green);
	border: 1px solid var(--rg-green);
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.rg-contact__form button:hover,
.rg-contact__form button:focus-visible {
	color: var(--rg-white);
	background: var(--rg-green-dark);
	border-color: var(--rg-green-dark);
	box-shadow: 0 10px 24px rgba(66, 82, 66, 0.2);
	transform: translateY(-1px);
}

.rg-contact__form button svg {
	width: 19px;
	height: 19px;
}

.rg-contact__honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.rg-contact__notice {
	margin-bottom: 22px;
	padding: 13px 15px;
	border-radius: 9px;
	font-size: 14px;
	line-height: 1.55;
}

.rg-contact__notice--success {
	color: #35563a;
	background: #e9f4e8;
	border: 1px solid #c8dfc5;
}

.rg-contact__notice--error {
	color: #784238;
	background: #fff0ed;
	border: 1px solid #eccac3;
}

.rg-contact__faq {
	display: grid;
	grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
	gap: clamp(40px, 7vw, 100px);
	padding: 110px 24px 120px;
}

.rg-contact__faq-heading h2 {
	margin-bottom: 0;
}

.rg-contact__questions {
	border-top: 1px solid var(--rg-border);
}

.rg-contact__questions details {
	border-bottom: 1px solid var(--rg-border);
}

.rg-contact__questions summary {
	position: relative;
	padding: 24px 48px 24px 0;
	color: var(--rg-green-deep);
	font-family: "Merriweather", Georgia, serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
	cursor: pointer;
	list-style: none;
}

.rg-contact__questions summary::-webkit-details-marker {
	display: none;
}

.rg-contact__questions summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 5px;
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	color: var(--rg-green);
	border: 1px solid var(--rg-border);
	border-radius: 50%;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	transform: translateY(-50%);
}

.rg-contact__questions details[open] summary::after {
	content: "−";
}

.rg-contact__questions details p {
	max-width: 620px;
	margin-bottom: 24px;
	padding-right: 38px;
	color: var(--rg-muted);
	line-height: 1.75;
}

@media (max-width: 900px) {
	.rg-contact__hero-inner {
		grid-template-columns: minmax(0, 1fr) 200px;
		gap: 30px;
	}

	.rg-contact__main {
		grid-template-columns: 1fr;
	}

	.rg-contact__info {
		border-radius: 18px 18px 0 0;
	}

	.rg-contact__form-card {
		border-radius: 0 0 18px 18px;
	}
}

@media (max-width: 700px) {
	.rg-contact__hero {
		padding: 64px 20px 82px;
	}

	.rg-contact__hero-inner {
		grid-template-columns: 1fr;
	}

	.rg-contact__botanical {
		position: absolute;
		right: -55px;
		bottom: 5px;
		width: 190px;
		opacity: 0.22;
	}

	.rg-contact__intro {
		position: relative;
		z-index: 1;
	}

	.rg-contact__intro h1 {
		font-size: clamp(36px, 11vw, 50px);
	}

	.rg-contact__main {
		margin-top: -42px;
		padding: 0 16px;
	}

	.rg-contact__info,
	.rg-contact__form-card {
		padding: 34px 24px;
	}

	.rg-contact__field-row,
	.rg-contact__faq {
		grid-template-columns: 1fr;
	}

	.rg-contact__form button {
		width: 100%;
	}

	.rg-contact__faq {
		gap: 38px;
		padding: 80px 20px 90px;
	}
}

@media (max-width: 420px) {
	.rg-contact__hero {
		padding-top: 52px;
	}

	.rg-contact__intro h1 {
		font-size: 35px;
	}

	.rg-contact__info h2,
	.rg-contact__form-card h2,
	.rg-contact__faq h2 {
		font-size: 28px;
	}

	.rg-contact__channel {
		align-items: flex-start;
	}
}
