/*
 * Contact page register implementation.
 *
 * Source-first styles for the approved Contact page components:
 * black hero, cream card section, black form section, editorial narrative,
 * FAQ design, and free consultation block.
 */

:root {
	--rlgc-contact-black: #050403;
	--rlgc-contact-brown: #24150d;
	--rlgc-contact-copper: #ad5827;
	--rlgc-contact-copper-hover: #8f431c;
	--rlgc-contact-cream: #fbf3e8;
	--rlgc-contact-paper: #fffaf3;
	--rlgc-contact-border: #ead4b8;
	--rlgc-contact-ink: #1c120d;
	--rlgc-contact-muted: #6f5a49;
	--rlgc-contact-serif: "Cormorant Garamond", Georgia, serif;
	--rlgc-contact-sans: "DM Sans", "Inter", "Segoe UI", sans-serif;
}

.page-shell.rlg-contact-demo-page {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.page-shell.rlg-contact-demo-page .entry-content {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.page-shell.rlg-contact-demo-page .entry-content > * {
	margin-block-end: 0;
	margin-block-start: 0;
	max-width: none;
}

.page-shell.rlg-contact-demo-page :where(
	.elementor,
	.elementor-section,
	.elementor-container,
	.elementor-column,
	.elementor-widget-wrap,
	.elementor-widget,
	.elementor-widget-container
) {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.page-shell.rlg-contact-demo-page .elementor-section .elementor-container {
	display: block;
}

.page-shell.rlg-contact-demo-page .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: none;
	width: 100%;
}

.page-shell.rlg-contact-demo-page .elementor-section.rlgc-contact-elementor-source-section {
	left: auto;
	right: auto;
}

.page-shell.rlg-contact-demo-page .elementor-section > .elementor-container > .elementor-column > .elementor-widget-wrap {
	padding: 0;
}

.page-shell.rlg-contact-demo-page .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

.page-shell.rlg-contact-demo-page .elementor-section.card-section,
.page-shell.rlg-contact-demo-page .elementor-section.editorial-narrative,
.page-shell.rlg-contact-demo-page .elementor-section.faq-design {
	padding: 72px 0;
}

.page-shell.rlg-contact-demo-page .elementor-section.form-section {
	padding: 92px 0;
}

.page-shell.rlg-contact-demo-page .elementor-column.card-section__inner,
.page-shell.rlg-contact-demo-page .elementor-column.editorial-narrative__inner,
.page-shell.rlg-contact-demo-page .elementor-column.faq-design__inner {
	display: block;
	flex: 0 1 auto;
	margin: 0 auto;
	max-width: 1180px;
	width: calc(100% - 80px);
}

.page-shell.rlg-contact-demo-page .elementor-section.form-section.elementor-section-boxed > .elementor-container {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 56fr) minmax(0, 44fr);
	margin: 0 auto;
	max-width: 1180px;
	width: calc(100% - 80px);
}

.page-shell.rlg-contact-demo-page .elementor-section.rlgc-contact-hero.elementor-section-boxed > .elementor-container,
.page-shell.rlg-contact-demo-page .rlgc-contact-hero > .elementor-container {
	align-items: center;
	display: flex;
	height: 100%;
	margin: 0 auto;
	max-width: 1180px;
	padding: 70px 0 134px;
	position: static;
	width: calc(100% - 80px);
	z-index: auto;
}

.page-shell.rlg-contact-demo-page .rlgc-contact-hero .rlgc-contact-hero-copy {
	position: static;
	z-index: auto;
}

.page-shell.rlg-contact-demo-page .rlgc-contact-hero-copy > .elementor-widget-wrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0 14px;
	max-width: 760px;
	position: static;
	z-index: 3;
}

.page-shell.rlg-contact-demo-page .rlgc-contact-hero-title,
.page-shell.rlg-contact-demo-page .rlgc-contact-hero-intro,
.page-shell.rlg-contact-demo-page .rlgc-contact-hero-art-widget {
	flex: 0 0 100%;
}

.page-shell.rlg-contact-demo-page .rlgc-contact-hero .elementor-widget-button {
	margin-top: 26px;
	width: auto;
}

.page-shell.rlg-contact-demo-page .rlgc-contact-hero .elementor-widget-button + .elementor-widget-button {
	margin-left: 0;
}

.page-shell.rlg-contact-demo-page .rlgc-contact-hero .rlgc-contact-hero-art-widget {
	flex: 0 0 0;
	height: 0;
	overflow: visible;
	position: static;
	width: 0;
}

.page-shell.rlg-contact-demo-page .rlgc-contact-hero .rlgc-contact-hero-art-widget.rlgc-contact-hero-art {
	flex: 0 0 auto;
	height: 100%;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.page-shell.rlg-contact-demo-page .rlgc-contact-hero .rlgc-contact-hero-art-widget .elementor-widget-container {
	position: static;
}

.page-shell.rlg-contact-demo-page .rlgc-contact-hero .rlgc-contact-hero-art-widget.rlgc-contact-hero-art .elementor-widget-container {
	height: 100%;
	width: 100%;
}

.page-shell.rlg-contact-demo-page .rlgc-contact-hero .rlgc-contact-hero-title,
.page-shell.rlg-contact-demo-page .rlgc-contact-hero .rlgc-contact-hero-intro,
.page-shell.rlg-contact-demo-page .rlgc-contact-hero .elementor-widget-button {
	position: relative;
	z-index: 3;
}

.page-shell.rlg-contact-demo-page .rlgc-contact-hero .elementor-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 14px;
	font-family: var(--rlgc-contact-sans);
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 0 22px;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.page-shell.rlg-contact-demo-page .rlgc-contact-button-primary .elementor-button {
	background: var(--rlgc-contact-copper);
	border: 1px solid var(--rlgc-contact-copper);
	color: var(--rlgc-contact-paper);
}

.page-shell.rlg-contact-demo-page .rlgc-contact-button-primary .elementor-button:hover,
.page-shell.rlg-contact-demo-page .rlgc-contact-button-primary .elementor-button:focus-visible {
	background: var(--rlgc-contact-copper-hover);
	border-color: var(--rlgc-contact-copper-hover);
	color: var(--rlgc-contact-paper);
	outline: none;
	transform: translateY(-2px);
}

.page-shell.rlg-contact-demo-page .rlgc-contact-button-light .elementor-button {
	background: transparent;
	border: 1px solid rgba(255, 248, 239, .62);
	color: var(--rlgc-contact-paper);
}

.page-shell.rlg-contact-demo-page .rlgc-contact-button-light .elementor-button:hover,
.page-shell.rlg-contact-demo-page .rlgc-contact-button-light .elementor-button:focus-visible {
	background: var(--rlgc-contact-paper);
	border-color: var(--rlgc-contact-paper);
	color: var(--rlgc-contact-black);
	outline: none;
	transform: translateY(-2px);
}

.page-shell.rlg-contact-demo-page .form-section > .elementor-container {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 56fr) minmax(0, 44fr);
	margin: 0 auto;
	max-width: 1180px;
	width: calc(100% - 80px);
}

.page-shell.rlg-contact-demo-page .form-section__copy > .elementor-widget-wrap,
.page-shell.rlg-contact-demo-page .form-section__form > .elementor-widget-wrap {
	display: block;
}

.page-shell.rlg-contact-demo-page .rlgc-contact-faq-cta.elementor-widget-button {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: inherit;
	display: block;
	height: 48px;
	margin-top: 28px;
	padding: 0;
	text-align: right;
}

.page-shell.rlg-contact-demo-page .rlgc-contact-faq-cta .elementor-widget-container {
	display: flex;
	justify-content: flex-end;
}

.page-shell.rlg-contact-demo-page .rlgc-contact-faq-cta .elementor-button-wrapper {
	display: inline-flex;
	width: auto;
}

.page-shell.rlg-contact-demo-page .rlgc-contact-faq-cta .elementor-button {
	align-items: center;
	background: var(--rlgc-contact-copper);
	border: 1px solid var(--rlgc-contact-copper);
	border-radius: 999px;
	color: var(--rlgc-contact-paper);
	display: inline-flex;
	font-size: 14px;
	font-family: var(--rlgc-contact-sans);
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
	width: auto;
}

.page-shell.rlg-contact-demo-page .rlgc-contact-faq-cta .elementor-button:hover,
.page-shell.rlg-contact-demo-page .rlgc-contact-faq-cta .elementor-button:focus-visible {
	background: var(--rlgc-contact-copper-hover);
	border-color: var(--rlgc-contact-copper-hover);
	color: var(--rlgc-contact-paper);
	outline: none;
	transform: translateY(-2px);
}

.page-shell.rlg-contact-demo-page .elementor-widget-rlgc_contact_free_consultation .free-consultation-block {
	margin-bottom: 0;
}

.page-shell.rlg-contact-demo-page a {
	text-decoration-thickness: 1px;
	text-underline-offset: .18em;
}

.page-shell.rlg-contact-demo-page .rlgc-eyebrow,
.page-shell.rlg-contact-demo-page .editorial-narrative__eyebrow {
	align-items: center;
	color: var(--rlgc-contact-copper);
	display: inline-flex;
	font-family: var(--rlgc-contact-sans);
	font-size: 13px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: .18em;
	line-height: 1.2;
	margin: 0 0 26px;
	text-transform: uppercase;
}

.page-shell.rlg-contact-demo-page .rlgc-eyebrow::before,
.page-shell.rlg-contact-demo-page .editorial-narrative__eyebrow::before {
	background: var(--rlgc-contact-copper);
	border-radius: 999px;
	content: "";
	flex: 0 0 8px;
	height: 8px;
	width: 8px;
}

.rlgc-contact-hero {
	background: var(--rlgc-contact-black);
	color: var(--rlgc-contact-paper);
	height: 600px;
	isolation: isolate;
	margin-top: 0;
	overflow: hidden;
	position: relative;
}

.rlgc-contact-hero::before,
.rlgc-contact-hero::after {
	content: "";
	height: 160px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.rlgc-contact-hero::before {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpath d='M0 130 C150 95 300 95 450 130 C600 156 720 156 870 128 C1000 94 1130 90 1275 126 C1340 143 1395 141 1440 120' fill='none' stroke='%239F4F25' stroke-width='2.5'/%3E%3C/svg%3E") bottom / 100% 100% no-repeat;
	bottom: 15px;
	z-index: 4;
}

.rlgc-contact-hero::after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpath fill='%23FBF3E8' d='M0 130 C150 95 300 95 450 130 C600 156 720 156 870 128 C1000 94 1130 90 1275 126 C1340 143 1395 141 1440 120 L1440 160 L0 160 Z'/%3E%3C/svg%3E") bottom / 100% 100% no-repeat;
	bottom: 0;
	z-index: 1;
}

.rlgc-contact-hero-grid {
	align-items: center;
	display: flex;
	height: 100%;
	margin: 0 auto;
	max-width: 1180px;
	padding: 70px 0 134px;
	position: relative;
	width: calc(100% - 80px);
	z-index: 3;
}

.rlgc-contact-hero-copy {
	max-width: 760px;
	position: relative;
	z-index: 3;
}

.rlgc-contact-hero-art {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.rlgc-contact-hero-art img {
	display: block;
	height: auto;
	max-width: none;
	opacity: 0.82;
	position: absolute;
	right: 0;
	top: 49%;
	transform: translateY(-50%);
	width: min(41vw, 620px);
}

.rlgc-contact-hero h1 {
	color: var(--rlgc-contact-paper);
	font-family: var(--rlgc-contact-serif);
	font-size: 56px;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.02;
	margin: 0;
	max-width: 760px;
}

.rlgc-contact-hero p {
	color: rgba(255, 248, 239, .76);
	font-family: var(--rlgc-contact-sans);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	margin: 18px 0 0;
	max-width: 620px;
}

.page-shell.rlg-contact-demo-page .rlgc-contact-hero .rlgc-contact-hero-title .elementor-heading-title {
	color: var(--rlgc-contact-paper);
	font-family: var(--rlgc-contact-serif);
	font-size: 56px;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.02;
	margin: 0;
	max-width: 760px;
}

.page-shell.rlg-contact-demo-page .rlgc-contact-hero .rlgc-contact-hero-intro,
.page-shell.rlg-contact-demo-page .rlgc-contact-hero .rlgc-contact-hero-intro p {
	color: rgba(255, 248, 239, .76);
	font-family: var(--rlgc-contact-sans);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	margin: 18px 0 0;
	max-width: 620px;
}

.page-shell.rlg-contact-demo-page .rlgc-contact-hero .rlgc-contact-hero-intro p {
	margin: 0;
}

.rlgc-contact-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 26px;
}

.rlgc-contact-hero .button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 0 22px;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.rlgc-contact-hero .button-primary {
	background: var(--rlgc-contact-copper);
	border: 1px solid var(--rlgc-contact-copper);
	color: var(--rlgc-contact-paper);
}

.rlgc-contact-hero .button-primary:hover,
.rlgc-contact-hero .button-primary:focus-visible {
	background: var(--rlgc-contact-copper-hover);
	border-color: var(--rlgc-contact-copper-hover);
	color: var(--rlgc-contact-paper);
	outline: none;
	transform: translateY(-2px);
}

.rlgc-contact-hero .button-light {
	background: transparent;
	border: 1px solid rgba(255, 248, 239, .62);
	color: var(--rlgc-contact-paper);
}

.rlgc-contact-hero .button-light:hover,
.rlgc-contact-hero .button-light:focus-visible {
	background: var(--rlgc-contact-paper);
	border-color: var(--rlgc-contact-paper);
	color: var(--rlgc-contact-black);
	outline: none;
	transform: translateY(-2px);
}

.card-section,
.editorial-narrative,
.faq-design {
	background: var(--rlgc-contact-paper);
	color: var(--rlgc-contact-ink);
	padding: 72px 0;
}

.card-section--cream,
.editorial-narrative--cream,
.faq-design--cream {
	background: var(--rlgc-contact-cream);
}

.card-section--black {
	background: var(--rlgc-contact-black);
	color: var(--rlgc-contact-paper);
}

.card-section__inner,
.editorial-narrative__inner,
.faq-design__inner {
	margin: 0 auto;
	max-width: 1180px;
	width: calc(100% - 80px);
}

.card-section__heading {
	align-items: end;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 56fr) minmax(0, 44fr);
	margin-bottom: 36px;
}

.faq-design__heading {
	align-items: end;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 56fr) minmax(0, 44fr);
	margin-bottom: 36px;
}

.card-section h2 {
	color: inherit;
	font-family: var(--rlgc-contact-serif);
	font-size: 44px;
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.05;
	margin: 0;
	max-width: 620px;
}

.editorial-narrative h2,
.faq-design h2 {
	color: inherit;
	font-family: var(--rlgc-contact-serif);
	font-size: 44px;
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.05;
	margin: 0;
	max-width: 620px;
}

.card-section__heading > p {
	color: var(--rlgc-contact-muted);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	margin: 0;
	max-width: 460px;
}

.faq-design__heading > p,
.editorial-narrative__body p {
	color: var(--rlgc-contact-muted);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	margin: 0;
	max-width: 460px;
}

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

.rlgc-contact-options .card-grid {
	align-items: stretch;
}

.shared-card {
	background: var(--rlgc-contact-cream);
	border: 1px solid var(--rlgc-contact-border);
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	min-height: 310px;
	padding: 26px;
	transition: background-color 180ms ease, border-color 180ms ease;
}

.rlgc-contact-options .shared-card {
	color: inherit;
	height: 100%;
	min-height: 0;
	padding: 24px;
	text-decoration: none;
}

.rlgc-contact-options .shared-card:visited {
	color: inherit;
}

.card-section--cream .shared-card {
	background: var(--rlgc-contact-paper);
}

.shared-card:is(:hover, :focus-within) {
	border-color: var(--rlgc-contact-copper);
}

.card-section--black .shared-card:is(:hover, :focus-within) {
	background: var(--rlgc-contact-paper);
}

.shared-card .card-label {
	color: var(--rlgc-contact-copper);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .10em;
	line-height: 1.25;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.shared-card h3 {
	color: var(--rlgc-contact-ink);
	font-family: var(--rlgc-contact-serif);
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -.015em;
	line-height: 1.10;
	margin: 0;
}

.shared-card p:last-child {
	color: var(--rlgc-contact-muted);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
	margin: 14px 0 0;
}

.form-section {
	background: var(--rlgc-contact-black);
	color: var(--rlgc-contact-paper);
	padding: 92px 0;
}

.form-section__inner {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 56fr) minmax(0, 44fr);
	margin: 0 auto;
	max-width: 1180px;
	width: calc(100% - 80px);
}

.page-shell.rlg-contact-demo-page .form-section .rlgc-eyebrow {
	color: #ffe1cc;
	display: flex;
	font-size: 14px;
	gap: 10px;
	letter-spacing: .1em;
	line-height: 1.25;
	margin: 0;
}

.page-shell.rlg-contact-demo-page .form-section .rlgc-eyebrow::before {
	border-radius: 50%;
}

.page-shell.rlg-contact-demo-page .form-section .rlgc-eyebrow .elementor-heading-title {
	color: #ffe1cc;
	font-family: var(--rlgc-contact-sans);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .1em;
	line-height: 1.25;
	text-transform: uppercase;
}

.page-shell.rlg-contact-demo-page .form-section .rlgc-contact-form-title .elementor-heading-title {
	color: var(--rlgc-contact-paper);
	font-family: var(--rlgc-contact-serif);
	font-size: 44px;
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.05;
	margin: 18px 0 16px;
	max-width: 570px;
}

.page-shell.rlg-contact-demo-page .form-section .rlgc-contact-form-intro,
.page-shell.rlg-contact-demo-page .form-section .rlgc-contact-form-intro p {
	color: rgba(255, 248, 239, .76);
	font-family: var(--rlgc-contact-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
	margin: 0;
	max-width: 560px;
}

.form-section__copy h2 {
	color: var(--rlgc-contact-paper);
	font-family: var(--rlgc-contact-serif);
	font-size: 44px;
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.05;
	margin: 18px 0 16px;
	max-width: 570px;
}

.form-section__copy > p {
	color: rgba(255, 248, 239, .76);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
	margin: 0;
	max-width: 560px;
}

.form-section__steps {
	display: grid;
	gap: 14px;
	margin-top: 36px;
	max-width: 560px;
}

.form-section__steps article {
	background: rgba(255, 246, 234, .08);
	border: 1px solid rgba(255, 246, 234, .15);
	border-radius: 18px;
	display: grid;
	gap: 14px;
	grid-template-columns: 44px 1fr;
	padding: 16px;
}

.form-section__steps span {
	align-items: center;
	background: rgba(159, 79, 37, .28);
	border: 1px solid rgba(216, 121, 58, .35);
	border-radius: 50%;
	color: #ffe1cc;
	display: flex;
	font-family: var(--rlgc-contact-serif);
	font-size: 16px;
	font-weight: 700;
	height: 44px;
	justify-content: center;
	line-height: 1;
	width: 44px;
}

.form-section__steps strong {
	color: var(--rlgc-contact-paper);
	display: block;
	font-size: 15px;
	line-height: 1.35;
}

.form-section__steps p {
	color: rgba(255, 248, 239, .76);
	font-size: 15px;
	line-height: 1.5;
	margin: 3px 0 0;
}

.inquiry-form {
	background: var(--rlgc-contact-paper);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 28px;
	box-shadow: 0 32px 72px rgba(0, 0, 0, .32);
	display: grid;
	gap: 14px;
	padding: 26px;
}

.rlgc-hp-field {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	display: none;
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.inquiry-form__row,
.inquiry-form .field-row {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rlgc-contact-form-fields {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rlgc-contact-field {
	display: block;
	margin-bottom: 0;
}

.rlgc-contact-field--100 {
	grid-column: 1 / -1;
}

.rlgc-contact-field--50 {
	grid-column: span 1;
}

.inquiry-form--hide-labels label {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.inquiry-form--hide-labels input,
.inquiry-form--hide-labels select,
.inquiry-form--hide-labels textarea {
	margin-top: 0;
}

.inquiry-form label {
	color: var(--rlgc-contact-ink);
	display: block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
}

.inquiry-form label > .is-required {
	color: var(--rlgc-contact-copper);
	font-size: 16px;
	line-height: 1;
	margin-left: 2px;
}

.inquiry-form input, .inquiry-form select, .inquiry-form textarea {
	appearance: none;
	background: #fffdf8;
	border: 1px solid rgba(33, 23, 15, .14);
	border-radius: 14px;
	color: var(--rlgc-contact-ink);
	display: block;
	font: 400 16px/1.55 var(--rlgc-contact-sans);
	margin-top: 7px;
	min-height: 48px;
	outline: 0;
	padding: 12px 14px;
	width: 100%;
}

.inquiry-form textarea {
	min-height: 126px;
	resize: vertical;
}

.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
	color: #9b8877;
	opacity: 1;
}

.inquiry-form select {
	background-image: linear-gradient(45deg, transparent 50%, var(--rlgc-contact-ink) 50%), linear-gradient(135deg, var(--rlgc-contact-ink) 50%, transparent 50%);
	background-position: calc(100% - 21px) 21px, calc(100% - 15px) 21px;
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
	padding-right: 46px;
}

.inquiry-form select:invalid {
	color: #9b8877;
}

.inquiry-form select option {
	color: var(--rlgc-contact-ink);
}

.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus {
	border-color: var(--rlgc-contact-copper);
	box-shadow: 0 0 0 3px rgba(159, 79, 37, .18);
}

.inquiry-form__note,
.inquiry-form .form-note {
	color: var(--rlgc-contact-muted);
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
}

.inquiry-form button {
	align-items: center;
	background: var(--rlgc-contact-copper);
	border: 1px solid var(--rlgc-contact-copper);
	border-radius: 999px;
	color: var(--rlgc-contact-paper);
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	min-height: 50px;
	padding: 0 22px;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
	width: 100%;
}

.inquiry-form button:hover,
.inquiry-form button:focus-visible {
	background: var(--rlgc-contact-copper-hover);
	border-color: var(--rlgc-contact-copper-hover);
	color: var(--rlgc-contact-paper);
	outline: none;
	transform: translateY(-2px);
}

.editorial-narrative__content {
	max-width: 944px;
}

.editorial-narrative h2 {
	margin: 0 0 24px;
}

.editorial-narrative__body {
	display: grid;
	gap: 22px;
	margin-top: 0;
	max-width: 944px;
}

.editorial-narrative__body p {
	font-family: var(--rlgc-contact-sans);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	max-width: 944px;
}

.rlgc-contact-service-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
}

.rlgc-contact-service-links a {
	color: var(--rlgc-contact-copper);
	font-weight: 700;
	text-decoration-color: currentColor;
}

.faq-panel {
	background: var(--rlgc-contact-cream);
	border: 1px solid var(--rlgc-contact-border);
	border-radius: 30px;
	display: grid;
	gap: 16px;
	padding: 40px;
}

.faq-design--cream .faq-panel {
	background: var(--rlgc-contact-paper);
}

.faq-panel details {
	background: var(--rlgc-contact-paper);
	border: 1px solid var(--rlgc-contact-border);
	border-radius: 24px;
	overflow: hidden;
}

.faq-design--cream .faq-panel details {
	background: var(--rlgc-contact-cream);
}

.faq-panel summary {
	color: var(--rlgc-contact-ink);
	cursor: pointer;
	font-family: var(--rlgc-contact-serif);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -.015em;
	line-height: 1.10;
	list-style: none;
	padding: 25px 68px 25px 30px;
	position: relative;
}

.faq-panel summary::-webkit-details-marker {
	display: none;
}

.faq-panel summary::after {
	color: var(--rlgc-contact-copper);
	content: "+";
	font-family: var(--rlgc-contact-sans);
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	right: 30px;
	top: 24px;
}

.faq-panel details[open] summary::after {
	content: "−";
}

.faq-panel details p {
	color: var(--rlgc-contact-muted);
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
	max-width: 760px;
	padding: 0 30px 28px;
}

.faq-design__cta-wrap {
	margin-top: 28px;
	text-align: right;
}

.faq-design__cta-wrap > .faq-design__cta {
	align-items: center;
	background: var(--rlgc-contact-copper);
	border: 1px solid var(--rlgc-contact-copper);
	border-radius: 999px;
	color: var(--rlgc-contact-paper);
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.faq-design__cta-wrap > .faq-design__cta:hover,
.faq-design__cta-wrap > .faq-design__cta:focus-visible {
	background: var(--rlgc-contact-copper-hover);
	border-color: var(--rlgc-contact-copper-hover);
	color: var(--rlgc-contact-paper);
	outline: none;
	transform: translateY(-2px);
}

.rlgc-contact-footer-break {
	background: var(--rlgc-contact-paper);
	height: 48px;
	width: 100%;
}

@media (max-width: 1119px) {
	.rlgc-contact-hero,
	.page-shell.rlg-contact-demo-page .elementor-section.rlgc-contact-hero {
		height: auto;
		padding: 54px 0 104px;
	}

	.page-shell.rlg-contact-demo-page .elementor-section.rlgc-contact-hero.elementor-section-boxed > .elementor-container,
	.page-shell.rlg-contact-demo-page .rlgc-contact-hero > .elementor-container {
		height: auto;
		padding: 0;
		width: calc(100% - 64px);
	}

	.rlgc-contact-hero-grid {
		height: auto;
		padding: 0;
		width: calc(100% - 64px);
	}

	.card-section__inner,
	.editorial-narrative__inner,
	.faq-design__inner,
	.form-section__inner,
	.page-shell.rlg-contact-demo-page .elementor-column.card-section__inner,
	.page-shell.rlg-contact-demo-page .elementor-column.editorial-narrative__inner,
	.page-shell.rlg-contact-demo-page .elementor-column.faq-design__inner,
	.page-shell.rlg-contact-demo-page .form-section > .elementor-container,
	.page-shell.rlg-contact-demo-page .elementor-section.form-section.elementor-section-boxed > .elementor-container {
		width: calc(100% - 64px);
	}

	.card-section__heading,
	.faq-design__heading,
	.form-section__inner,
	.page-shell.rlg-contact-demo-page .form-section > .elementor-container,
	.page-shell.rlg-contact-demo-page .elementor-section.form-section.elementor-section-boxed > .elementor-container {
		grid-template-columns: 1fr;
	}

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

	.editorial-narrative__body {
		max-width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1119px) {
	.rlgc-contact-hero-art {
		display: block;
	}

	.rlgc-contact-hero-art img {
		opacity: 0.34;
		right: -150px;
		top: 50%;
		transform: translateY(-52%);
		width: min(58vw, 500px);
	}
}

@media (max-width: 767px) {
	.rlgc-contact-hero-art {
		display: none;
	}
}

@media (max-width: 640px) {
	.rlg-contact-demo-page {
		overflow-x: hidden;
	}

	.rlgc-contact-hero,
	.page-shell.rlg-contact-demo-page .elementor-section.rlgc-contact-hero {
		padding: 50px 0 94px;
	}

	.page-shell.rlg-contact-demo-page .elementor-section.rlgc-contact-hero.elementor-section-boxed > .elementor-container,
	.page-shell.rlg-contact-demo-page .rlgc-contact-hero > .elementor-container,
	.rlgc-contact-hero-grid,
	.card-section__inner,
	.editorial-narrative__inner,
	.faq-design__inner,
	.form-section__inner,
	.page-shell.rlg-contact-demo-page .elementor-column.card-section__inner,
	.page-shell.rlg-contact-demo-page .elementor-column.editorial-narrative__inner,
	.page-shell.rlg-contact-demo-page .elementor-column.faq-design__inner,
	.page-shell.rlg-contact-demo-page .form-section > .elementor-container,
	.page-shell.rlg-contact-demo-page .elementor-section.form-section.elementor-section-boxed > .elementor-container {
		width: calc(100% - 40px);
	}

	.rlgc-contact-hero h1,
	.page-shell.rlg-contact-demo-page .rlgc-contact-hero .rlgc-contact-hero-title .elementor-heading-title,
	.card-section h2,
	.editorial-narrative h2,
	.faq-design h2,
	.form-section__copy h2,
	.page-shell.rlg-contact-demo-page .form-section .rlgc-contact-form-title .elementor-heading-title {
		font-size: 40px;
	}

	.rlgc-contact-hero p,
	.page-shell.rlg-contact-demo-page .rlgc-contact-hero .rlgc-contact-hero-intro,
	.page-shell.rlg-contact-demo-page .rlgc-contact-hero .rlgc-contact-hero-intro p {
		font-size: 16px;
	}

	.rlgc-contact-hero-actions {
		align-items: stretch;
		flex-direction: column;
		max-width: 280px;
	}

	.card-grid,
	.inquiry-form__row,
	.inquiry-form .field-row,
	.rlgc-contact-form-fields {
		grid-template-columns: 1fr;
	}

	.rlgc-contact-field--50 {
		grid-column: 1 / -1;
	}

	.shared-card {
		min-height: 0;
	}

	.card-section,
	.editorial-narrative,
	.faq-design,
	.form-section,
	.page-shell.rlg-contact-demo-page .elementor-section.card-section,
	.page-shell.rlg-contact-demo-page .elementor-section.editorial-narrative,
	.page-shell.rlg-contact-demo-page .elementor-section.faq-design,
	.page-shell.rlg-contact-demo-page .elementor-section.form-section {
		padding: 72px 0;
	}

	.faq-panel {
		border-radius: 24px;
		gap: 12px;
		padding: 16px;
	}

	.faq-panel details {
		border-radius: 18px;
	}

	.faq-panel summary {
		font-size: 22px;
		padding: 22px 54px 22px 20px;
	}

	.faq-panel summary::after {
		right: 20px;
		top: 21px;
	}

	.faq-panel details p {
		padding: 0 20px 22px;
	}
}

/* Main hero CTA responsive rule: keep hero CTAs paired above 500px. */
@media (min-width: 501px) and (max-width: 640px) {
	.rlgc-contact-hero-actions {
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 12px;
		max-width: none;
		width: auto;
	}

	.page-shell.rlg-contact-demo-page .rlgc-contact-hero-copy > .elementor-widget-wrap {
		gap: 0 12px;
	}

	.rlgc-contact-hero .button {
		flex: 0 1 auto;
		min-width: 0;
		padding: 0 20px;
		white-space: nowrap;
		width: auto;
	}

	.page-shell.rlg-contact-demo-page .rlgc-contact-hero .elementor-widget-button {
		flex: 0 1 auto;
		width: auto;
	}

	.page-shell.rlg-contact-demo-page .rlgc-contact-hero .elementor-button {
		min-width: 0;
		padding: 0 20px;
		white-space: nowrap;
		width: auto;
	}
}

@media (max-width: 500px) {
	.rlgc-contact-hero-actions {
		align-items: stretch;
		flex-direction: column;
		max-width: none;
		width: 100%;
	}

	.rlgc-contact-hero .button {
		width: 100%;
	}

	.page-shell.rlg-contact-demo-page .rlgc-contact-hero .elementor-widget-button {
		flex: 0 0 100%;
		width: 100%;
	}

	.page-shell.rlg-contact-demo-page .rlgc-contact-hero .elementor-widget-button + .elementor-widget-button {
		margin-top: 14px;
	}

	.page-shell.rlg-contact-demo-page .rlgc-contact-hero .elementor-button {
		width: 100%;
	}
}
