/* ==========================================================
   RUMIANCEV DRIVE — CONTACT PAGE

   Loaded only for the dedicated “Contact” template.

   - The PHP template supplies the dark contact hero, H1, manual Excerpt and
     an optional circular Featured Image.
   - Page copy, guidance, FAQ, links and the enquiry shortcode remain in one
     WordPress Custom HTML block.
   - The Rumiancev Enquiries plugin owns the embedded form controls, Turnstile,
     validation and sending behaviour. This file styles only the page shell and
     the card surrounding that form.
   - Global header, footer and typography foundations come from style.css.
   ========================================================== */

.rd-contact-page {
	--rd-contact-blue: #1777e8;
	--rd-contact-blue-dark: #0d5fbe;
	--rd-contact-deep: #0d2f57;
	--rd-contact-deeper: #092746;
	--rd-contact-ink: #11151a;
	--rd-contact-muted: #5e6872;
	--rd-contact-line: rgba(17, 21, 26, .12);
	--rd-contact-soft: #f1f5f9;
	--rd-contact-cream: #f7f4ed;
	background: #fff;
	color: var(--rd-contact-ink);
	font-family: "Manrope", "Onest", system-ui, sans-serif;
}

.rd-contact-page *,
.rd-contact-page *::before,
.rd-contact-page *::after {
	box-sizing: border-box;
}

/* Distinct contact hero: dark editorial field with one circular portrait. */
.rd-contact-hero {
	background:
		radial-gradient(circle at 8% 12%, rgba(72, 145, 226, .22), transparent 31%),
		linear-gradient(135deg, var(--rd-contact-deep), var(--rd-contact-deeper));
	color: #fff;
	overflow: hidden;
	padding-block: clamp(64px, 7.5vw, 112px);
	position: relative;
}

.rd-contact-hero::after {
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
	content: "";
	height: 620px;
	position: absolute;
	right: -270px;
	top: -310px;
	width: 620px;
}

.rd-contact-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(52px, 7vw, 104px);
	grid-template-columns: minmax(0, 1.02fr) minmax(380px, .78fr);
	position: relative;
	z-index: 1;
}

.rd-contact-hero__content {
	max-width: 790px;
}

.rd-contact-hero__grid.rd-contact-hero__grid--no-image {
	grid-template-columns: minmax(0, 790px);
}

.rd-contact-hero__eyebrow,
.rd-contact-kicker {
	color: #8fc0fb;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .15em;
	margin: 0 0 17px;
	text-transform: uppercase;
}

.rd-contact-hero h1 {
	color: #fff;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(4.35rem, 9vw, 8.7rem);
	font-weight: 500;
	letter-spacing: -.058em;
	line-height: .82;
	margin: 0;
}

.rd-contact-hero__intro {
	color: rgba(255, 255, 255, .76);
	font-size: clamp(1.08rem, 1.4vw, 1.28rem);
	line-height: 1.68;
	margin: clamp(29px, 3.3vw, 44px) 0 0;
	max-width: 680px;
}

.rd-contact-hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 35px;
}

.rd-contact-hero__primary,
.rd-contact-hero__secondary {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: .92rem;
	font-weight: 800;
	justify-content: center;
	min-height: 52px;
	padding: 0 25px;
	text-decoration: none;
}

.rd-contact-hero__primary {
	background: #fff;
	color: var(--rd-contact-deep);
}

.rd-contact-hero__primary:hover,
.rd-contact-hero__primary:focus {
	background: #dfeeff;
	color: var(--rd-contact-deep);
}

.rd-contact-hero__secondary {
	border: 1px solid rgba(255, 255, 255, .25);
	color: #fff;
	gap: 9px;
}

.rd-contact-hero__secondary:hover,
.rd-contact-hero__secondary:focus {
	background: rgba(255, 255, 255, .09);
	color: #fff;
}

.rd-contact-hero__portrait {
	aspect-ratio: 1;
	background: #fff;
	border: 3px solid rgba(255, 255, 255, .96);
	border-radius: 50%;
	box-shadow: 0 24px 72px rgba(0, 0, 0, .28);
	justify-self: center;
	overflow: hidden;
	position: relative;
	transform: translateZ(0);
	width: min(100%, 390px);
}

.rd-contact-hero__portrait-image {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.rd-contact-body {
	background: #fff;
	margin: 0;
	max-width: none;
	padding: 0;
}

.rd-contact-body > :first-child {
	margin-top: 0;
}

.rd-contact-body > :last-child {
	margin-bottom: 0;
}

.rd-contact-content {
	background: #fff;
}

.rd-contact-content h2,
.rd-contact-content h3,
.rd-contact-content p {
	margin-top: 0;
}

.rd-contact-title {
	color: var(--rd-contact-ink);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(3rem, 5vw, 5.4rem);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: .94;
	margin: 0;
}

.rd-contact-lead {
	color: var(--rd-contact-muted);
	font-size: clamp(1.02rem, 1.2vw, 1.14rem);
	line-height: 1.75;
	margin: 0;
}

/* Main enquiry section. */
.rd-contact-main {
	padding-block: clamp(76px, 8vw, 124px);
}

.rd-contact-main__grid {
	align-items: start;
	display: grid;
	gap: clamp(54px, 7vw, 104px);
	grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr);
}

.rd-contact-main__copy {
	padding-top: 14px;
}

.rd-contact-main__copy .rd-contact-title {
	margin-bottom: 28px;
}

.rd-contact-main__copy > p:not(.rd-contact-kicker) {
	color: var(--rd-contact-muted);
	font-size: clamp(1.02rem, 1.18vw, 1.13rem);
	line-height: 1.78;
	margin: 0 0 20px;
}

.rd-contact-guidance {
	border-top: 1px solid var(--rd-contact-line);
	display: grid;
	margin-top: 36px;
}

.rd-contact-guidance__item {
	align-items: start;
	border-bottom: 1px solid var(--rd-contact-line);
	display: grid;
	gap: 18px;
	grid-template-columns: 38px minmax(0, 1fr);
	padding: 20px 0;
}

.rd-contact-guidance__number {
	color: var(--rd-contact-blue);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .12em;
	padding-top: 5px;
}

.rd-contact-guidance__item h3 {
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 5px;
}

.rd-contact-guidance__item p {
	color: var(--rd-contact-muted);
	font-size: .91rem;
	line-height: 1.6;
	margin: 0;
}

.rd-contact-form-card {
	background: #fff;
	border: 1px solid rgba(17, 21, 26, .1);
	border-radius: 30px;
	box-shadow: 0 28px 72px rgba(30, 54, 82, .12);
	padding: clamp(28px, 4vw, 46px);
}

.rd-contact-form-card__heading {
	border-bottom: 1px solid var(--rd-contact-line);
	margin-bottom: 26px;
	padding-bottom: 24px;
}

.rd-contact-form-card__heading .rd-contact-kicker {
	margin-bottom: 10px;
}

.rd-contact-form-card__heading h2 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.4rem, 3.7vw, 3.8rem);
	font-weight: 600;
	letter-spacing: -.04em;
	line-height: .96;
	margin: 0 0 13px;
}

.rd-contact-form-card__heading p {
	color: var(--rd-contact-muted);
	font-size: .96rem;
	line-height: 1.65;
	margin: 0;
}

/* Booking versus enquiry. */
.rd-contact-choice {
	background: var(--rd-contact-soft);
	padding-block: clamp(72px, 7vw, 108px);
}

.rd-contact-choice__header {
	align-items: end;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) minmax(310px, .64fr);
	margin-bottom: clamp(38px, 5vw, 60px);
}

.rd-contact-choice__cards {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rd-contact-choice-card {
	background: #fff;
	border: 1px solid rgba(17, 21, 26, .08);
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	min-height: 310px;
	padding: clamp(28px, 3.4vw, 42px);
}

.rd-contact-choice-card--dark {
	background: var(--rd-contact-deep);
	border-color: transparent;
	color: #fff;
}

.rd-contact-choice-card__label {
	color: var(--rd-contact-blue);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .13em;
	margin: 0 0 30px;
	text-transform: uppercase;
}

.rd-contact-choice-card--dark .rd-contact-choice-card__label {
	color: #8fc0fb;
}

.rd-contact-choice-card h3 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 3vw, 3.15rem);
	font-weight: 600;
	letter-spacing: -.035em;
	line-height: .98;
	margin: 0 0 17px;
}

.rd-contact-choice-card p {
	color: var(--rd-contact-muted);
	font-size: .98rem;
	line-height: 1.7;
	margin: 0 0 28px;
}

.rd-contact-choice-card--dark p {
	color: rgba(255, 255, 255, .72);
}

.rd-contact-choice-card a {
	align-items: center;
	color: var(--rd-contact-ink);
	display: inline-flex;
	font-size: .91rem;
	font-weight: 800;
	gap: 9px;
	margin-top: auto;
	text-decoration: none;
}

.rd-contact-choice-card--dark a {
	color: #fff;
}

.rd-contact-choice-card a:hover,
.rd-contact-choice-card a:focus {
	color: var(--rd-contact-blue);
}

/* Information to include. */
.rd-contact-details {
	padding-block: clamp(76px, 8vw, 124px);
}

.rd-contact-details__header {
	max-width: 820px;
}

.rd-contact-details__header .rd-contact-title {
	margin-bottom: 24px;
}

.rd-contact-details__grid {
	border-bottom: 1px solid var(--rd-contact-line);
	border-top: 1px solid var(--rd-contact-line);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: clamp(42px, 5vw, 68px);
}

.rd-contact-detail {
	border-left: 1px solid var(--rd-contact-line);
	padding: 30px clamp(20px, 2.5vw, 34px) 34px;
}

.rd-contact-detail:first-child {
	border-left: 0;
	padding-left: 0;
}

.rd-contact-detail:last-child {
	padding-right: 0;
}

.rd-contact-detail__number {
	color: var(--rd-contact-blue);
	display: block;
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .13em;
	margin-bottom: 28px;
}

.rd-contact-detail h3 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.65rem, 2.2vw, 2.3rem);
	font-weight: 600;
	letter-spacing: -.025em;
	line-height: 1.02;
	margin: 0 0 12px;
}

.rd-contact-detail p {
	color: var(--rd-contact-muted);
	font-size: .92rem;
	line-height: 1.65;
	margin: 0;
}

/* Expectations and personal response. */
.rd-contact-expectations {
	background: var(--rd-contact-deep);
	color: #fff;
	padding-block: clamp(72px, 7vw, 108px);
}

.rd-contact-expectations__grid {
	align-items: start;
	display: grid;
	gap: clamp(48px, 7vw, 104px);
	grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
}

.rd-contact-expectations .rd-contact-kicker {
	color: #8fc0fb;
}

.rd-contact-expectations__statement {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(3rem, 5.2vw, 5.5rem);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: .96;
	margin: 0;
}

.rd-contact-expectations__list {
	border-top: 1px solid rgba(255, 255, 255, .16);
}

.rd-contact-expectation {
	border-bottom: 1px solid rgba(255, 255, 255, .16);
	display: grid;
	gap: 17px;
	grid-template-columns: 38px minmax(0, 1fr);
	padding: 22px 0;
}

.rd-contact-expectation__number {
	color: #8fc0fb;
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .12em;
	padding-top: 4px;
}

.rd-contact-expectation h3 {
	font-size: 1rem;
	font-weight: 800;
	margin: 0 0 6px;
}

.rd-contact-expectation p {
	color: rgba(255, 255, 255, .7);
	font-size: .92rem;
	line-height: 1.65;
	margin: 0;
}

/* Compact FAQ. */
.rd-contact-faq {
	background: var(--rd-contact-cream);
	padding-block: clamp(72px, 7vw, 108px);
}

.rd-contact-faq__grid {
	align-items: start;
	display: grid;
	gap: clamp(48px, 7vw, 100px);
	grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr);
}

.rd-contact-faq__intro .rd-contact-title {
	margin-bottom: 22px;
}

.rd-contact-faq__items {
	border-top: 1px solid var(--rd-contact-line);
}

.rd-contact-faq details {
	border-bottom: 1px solid var(--rd-contact-line);
	margin: 0;
	padding: 0;
}

.rd-contact-faq summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	font-weight: 800;
	gap: 18px;
	justify-content: space-between;
	list-style: none;
	padding: 23px 0;
}

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

.rd-contact-faq summary::after {
	align-items: center;
	border: 1px solid var(--rd-contact-line);
	border-radius: 50%;
	color: var(--rd-contact-blue);
	content: "+";
	display: inline-flex;
	flex: 0 0 32px;
	font-size: 1.15rem;
	height: 32px;
	justify-content: center;
	line-height: 1;
	width: 32px;
}

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

.rd-contact-faq details p {
	color: var(--rd-contact-muted);
	font-size: .95rem;
	line-height: 1.7;
	margin: -5px 50px 24px 0;
}

/* Closing booking CTA. */
.rd-contact-cta {
	background: #fff;
	padding-block: clamp(70px, 7vw, 106px);
}

.rd-contact-cta__inner {
	align-items: center;
	border-bottom: 1px solid var(--rd-contact-line);
	border-top: 1px solid var(--rd-contact-line);
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding-block: clamp(40px, 5vw, 64px);
}

.rd-contact-cta h2 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.8rem, 4.6vw, 5rem);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: .94;
	margin: 0 0 16px;
}

.rd-contact-cta p {
	color: var(--rd-contact-muted);
	font-size: 1rem;
	line-height: 1.7;
	margin: 0;
	max-width: 720px;
}

.rd-contact-cta__button {
	align-items: center;
	background: var(--rd-contact-blue);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: .92rem;
	font-weight: 800;
	justify-content: center;
	min-height: 52px;
	padding: 0 26px;
	text-decoration: none;
	white-space: nowrap;
}

.rd-contact-cta__button:hover,
.rd-contact-cta__button:focus {
	background: var(--rd-contact-blue-dark);
	color: #fff;
}

.rd-contact-editor-note {
	background: #fff8d8;
	border: 1px solid #e7d78f;
	margin: 40px 0;
	padding: 18px;
}

@media (max-width: 1040px) {
	.rd-contact-hero__grid,
	.rd-contact-main__grid {
		grid-template-columns: minmax(0, 1fr) minmax(380px, .95fr);
	}

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

	.rd-contact-detail:nth-child(3) {
		border-left: 0;
		padding-left: 0;
	}

	.rd-contact-detail:nth-child(-n + 2) {
		border-bottom: 1px solid var(--rd-contact-line);
	}
}

@media (max-width: 820px) {
	.rd-contact-hero__grid,
	.rd-contact-main__grid,
	.rd-contact-choice__header,
	.rd-contact-expectations__grid,
	.rd-contact-faq__grid {
		grid-template-columns: 1fr;
	}

	.rd-contact-hero__content {
		max-width: 720px;
	}

	.rd-contact-hero__portrait {
		width: min(62vw, 370px);
	}

	.rd-contact-main__copy {
		padding-top: 0;
	}

	.rd-contact-choice__cards {
		grid-template-columns: 1fr;
	}

	.rd-contact-choice-card {
		min-height: 280px;
	}

	.rd-contact-cta__inner {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.rd-contact-cta__button {
		justify-self: start;
	}
}

@media (max-width: 620px) {
	.rd-contact-hero {
		padding-block: 54px 68px;
	}

	.rd-contact-hero h1 {
		font-size: clamp(4rem, 22vw, 6rem);
	}

	.rd-contact-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.rd-contact-hero__primary,
	.rd-contact-hero__secondary {
		width: 100%;
	}

	.rd-contact-hero__portrait {
		border-width: 2px;
		box-shadow: 0 18px 50px rgba(0, 0, 0, .25);
		width: min(78vw, 340px);
	}

	.rd-contact-form-card {
		border-radius: 24px;
		padding: 25px 20px;
	}

	.rd-contact-details__grid {
		border-bottom: 0;
		grid-template-columns: 1fr;
	}

	.rd-contact-detail,
	.rd-contact-detail:first-child,
	.rd-contact-detail:nth-child(3),
	.rd-contact-detail:last-child {
		border-bottom: 1px solid var(--rd-contact-line);
		border-left: 0;
		padding: 25px 0;
	}

	.rd-contact-faq details p {
		margin-right: 0;
	}

	.rd-contact-cta__button {
		width: 100%;
	}
}
