.gh-booking {
	background: #fff;
	color: var(--gh-text);
}

.gh-booking h1,
.gh-booking h2,
.gh-booking h3,
.gh-booking p {
	font-family: var(--sans);
}

.gh-booking-eyebrow {
	margin: 0 0 13px;
	color: #9a7300;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.gh-booking-hero {
	position: relative;
	overflow: hidden;
	padding: 24px 0 88px;
	background: linear-gradient(135deg, #f6f7f8 0%, #fff 62%, #fff8df 100%);
}

.gh-booking-hero .breadcrumbs {
	position: relative;
	z-index: 2;
	margin: 0 0 48px;
	font-size: .76rem;
}

.gh-booking-hero__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(2px);
	pointer-events: none;
}

.gh-booking-hero__orb--one {
	top: -180px;
	right: -120px;
	width: 520px;
	height: 520px;
	background: rgb(247 185 0 / 12%);
}

.gh-booking-hero__orb--two {
	bottom: -180px;
	left: 18%;
	width: 320px;
	height: 320px;
	background: rgb(63 63 63 / 5%);
}

.gh-booking-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	align-items: center;
	grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
	gap: clamp(56px, 7vw, 104px);
}

.gh-booking-hero__content {
	max-width: 590px;
}

.gh-booking-hero h1 {
	margin: 0;
	color: var(--gh-navy);
	font-size: clamp(2.7rem, 5.1vw, 4.8rem);
	font-weight: 700;
	letter-spacing: -.052em;
	line-height: 1.03;
}

.gh-booking-hero__content > p:not(.gh-booking-eyebrow) {
	max-width: 570px;
	margin: 27px 0 0;
	color: #656a71;
	font-size: 1rem;
	line-height: 1.8;
}

.gh-booking-hero__benefits {
	display: grid;
	padding: 0;
	margin: 34px 0 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px;
	list-style: none;
}

.gh-booking-hero__benefits li {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 11px;
}

.gh-booking-hero__benefits > li > .gh-icon {
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	padding: 8px;
	border-radius: 10px;
	background: #fff2c7;
	color: #9a7300;
}

.gh-booking-hero__benefits strong,
.gh-booking-hero__benefits small {
	display: block;
}

.gh-booking-hero__benefits strong {
	color: var(--gh-navy);
	font-size: .76rem;
}

.gh-booking-hero__benefits small {
	margin-top: 3px;
	color: #858a91;
	font-size: .62rem;
}

.gh-booking-hero__visual {
	position: relative;
	min-width: 0;
	margin: 0;
}

.gh-booking-hero__visual::before {
	position: absolute;
	top: 28px;
	right: -24px;
	bottom: -24px;
	left: 32px;
	z-index: -1;
	border-radius: 28px;
	background: var(--gh-gold);
	content: '';
	opacity: .76;
}

.gh-booking-hero__visual img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 26px;
	box-shadow: 0 28px 70px rgb(63 63 63 / 18%);
	object-fit: cover;
}

.gh-booking-hero__visual figcaption {
	position: absolute;
	bottom: 22px;
	left: -30px;
	display: flex;
	max-width: 240px;
	align-items: center;
	gap: 12px;
	padding: 15px 18px;
	border: 1px solid rgb(255 255 255 / 35%);
	border-radius: 16px;
	background: rgb(63 63 63 / 92%);
	box-shadow: 0 15px 32px rgb(63 63 63 / 20%);
	color: #fff;
	backdrop-filter: blur(10px);
}

.gh-booking-hero__visual figcaption strong {
	color: var(--gh-gold);
	font-size: 1.55rem;
}

.gh-booking-hero__visual figcaption span {
	font-size: .7rem;
	line-height: 1.45;
}

.gh-booking-form-section {
	padding: 96px 0 104px;
	background: #fff;
}

.gh-booking-form-layout {
	display: grid;
	align-items: start;
	grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
	gap: clamp(54px, 7vw, 104px);
}

.gh-booking-intro {
	position: sticky;
	top: 120px;
}

.gh-booking-intro h2,
.gh-booking-assurance h2 {
	margin: 0;
	color: var(--gh-navy);
	font-size: clamp(1.8rem, 3.3vw, 2.75rem);
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 1.16;
}

.gh-booking-intro > p:not(.gh-booking-eyebrow) {
	margin: 20px 0 0;
	color: #6b7077;
	font-size: .9rem;
	line-height: 1.8;
}

.gh-booking-contact {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 19px;
	margin-top: 30px;
	border: 1px solid #e2e5e8;
	border-radius: 17px;
	background: #f8f9fa;
}

.gh-booking-contact > span {
	display: grid;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	place-items: center;
	border-radius: 13px;
	background: var(--gh-navy);
	color: var(--gh-gold);
}

.gh-booking-contact .gh-icon {
	width: 21px;
	height: 21px;
}

.gh-booking-contact small,
.gh-booking-contact a {
	display: block;
}

.gh-booking-contact small {
	margin-bottom: 3px;
	color: #868b92;
	font-size: .68rem;
}

.gh-booking-contact a {
	color: var(--gh-navy);
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
}

.gh-booking-notes {
	display: grid;
	padding: 0;
	margin: 30px 0 0;
	gap: 0;
	list-style: none;
}

.gh-booking-notes li {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 13px 0;
	border-bottom: 1px solid #eceef0;
	color: #646970;
	font-size: .78rem;
}

.gh-booking-notes li span {
	color: #9a7300;
	font-size: .62rem;
	font-weight: 700;
}

.gh-booking-form-card {
	padding: clamp(26px, 4vw, 44px);
	border: 1px solid #e0e3e7;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 22px 65px rgb(63 63 63 / 10%);
}

.gh-booking-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 18px;
}

.gh-booking-field {
	min-width: 0;
}

.gh-booking-field--wide {
	grid-column: 1 / -1;
}

.gh-booking-field label {
	display: block;
	margin-bottom: 8px;
	color: var(--gh-navy);
	font-size: .73rem;
	font-weight: 600;
}

.gh-booking-field label > span {
	color: #bb8400;
}

.gh-booking-field label small {
	color: #969ba1;
	font-size: .62rem;
	font-weight: 400;
}

.gh-booking-field input,
.gh-booking-field select,
.gh-booking-field textarea {
	width: 100%;
	min-height: 52px;
	padding: 12px 14px;
	border: 1px solid #d8dce1;
	border-radius: 12px;
	background-color: #fbfcfd;
	box-shadow: none;
	color: #50555c;
	font-family: var(--sans);
	font-size: .78rem;
	transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.gh-booking-field textarea {
	min-height: 116px;
	resize: vertical;
}

.gh-booking-field input:focus,
.gh-booking-field select:focus,
.gh-booking-field textarea:focus {
	border-color: #b58b0b;
	outline: 0;
	background: #fff;
	box-shadow: 0 0 0 4px rgb(247 185 0 / 13%);
}

.gh-booking-field input::placeholder,
.gh-booking-field textarea::placeholder {
	color: #a2a6ac;
}

.gh-booking-form__footer {
	display: flex;
	align-items: center;
	gap: 18px;
}

.gh-booking-form__footer button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 0 26px;
	border: 0;
	border-radius: 13px;
	background: var(--gh-navy);
	box-shadow: 0 13px 26px rgb(63 63 63 / 18%);
	color: #fff;
	font-size: .78rem;
	font-weight: 700;
	transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.gh-booking-form__footer button:hover {
	background: #292927;
	box-shadow: 0 17px 30px rgb(63 63 63 / 24%);
	transform: translateY(-2px);
}

.gh-booking-form__footer button span {
	color: var(--gh-gold);
	font-size: 1rem;
}

.gh-booking-form__footer p {
	max-width: 270px;
	margin: 0;
	color: #91969d;
	font-size: .62rem;
	line-height: 1.55;
}

.gh-booking-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.gh-booking-alert {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px 18px;
	margin-bottom: 24px;
	border: 1px solid;
	border-radius: 13px;
}

.gh-booking-alert > .gh-icon {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
}

.gh-booking-alert strong,
.gh-booking-alert p {
	display: block;
	margin: 0;
}

.gh-booking-alert strong {
	font-size: .76rem;
}

.gh-booking-alert p {
	margin-top: 3px;
	font-size: .68rem;
}

.gh-booking-alert--success {
	border-color: #cde8d5;
	background: #f0fbf3;
	color: #27683a;
}

.gh-booking-alert--error {
	border-color: #efcccc;
	background: #fff4f4;
	color: #9a3333;
}

.gh-booking-assurance {
	padding: 92px 0 102px;
	background: #f5f6f7;
}

.gh-booking-assurance__heading {
	max-width: 660px;
	margin: 0 auto 42px;
	text-align: center;
}

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

.gh-booking-assurance__grid article {
	padding: 29px;
	border: 1px solid #e2e5e8;
	border-radius: 18px;
	background: #fff;
	transition: box-shadow .3s ease, transform .3s ease;
}

.gh-booking-assurance__grid article:hover {
	box-shadow: 0 18px 38px rgb(63 63 63 / 9%);
	transform: translateY(-4px);
}

.gh-booking-assurance__grid article > span {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	margin-bottom: 22px;
	border-radius: 13px;
	background: #fff2c7;
	color: #9a7300;
}

.gh-booking-assurance__grid .gh-icon {
	width: 22px;
	height: 22px;
}

.gh-booking-assurance__grid h3 {
	margin: 0;
	color: var(--gh-navy);
	font-size: 1rem;
}

.gh-booking-assurance__grid p {
	margin: 12px 0 0;
	color: #747980;
	font-size: .78rem;
	line-height: 1.7;
}

@media (max-width: 1000px) {
	.gh-booking-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(390px, .92fr);
		gap: 48px;
	}

	.gh-booking-hero__benefits {
		grid-template-columns: 1fr;
	}

	.gh-booking-form-layout {
		grid-template-columns: minmax(270px, .7fr) minmax(0, 1.3fr);
		gap: 45px;
	}
}

@media (max-width: 800px) {
	.gh-booking-hero {
		padding-bottom: 70px;
	}

	.gh-booking-hero .breadcrumbs {
		margin-bottom: 38px;
	}

	.gh-booking-hero__grid,
	.gh-booking-form-layout {
		grid-template-columns: 1fr;
	}

	.gh-booking-hero__content {
		max-width: 680px;
	}

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

	.gh-booking-hero__visual {
		max-width: 680px;
	}

	.gh-booking-intro {
		position: static;
		max-width: 650px;
	}

	.gh-booking-form-section {
		padding-block: 72px 78px;
	}

	.gh-booking-assurance__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.gh-booking-hero {
		padding: 18px 0 58px;
	}

	.gh-booking-hero .breadcrumbs {
		margin-bottom: 30px;
	}

	.gh-booking-hero h1 {
		font-size: clamp(2.25rem, 12vw, 3.2rem);
	}

	.gh-booking-hero__content > p:not(.gh-booking-eyebrow) {
		font-size: .9rem;
	}

	.gh-booking-hero__benefits {
		grid-template-columns: 1fr;
	}

	.gh-booking-hero__visual::before {
		top: 16px;
		right: -10px;
		bottom: -12px;
		left: 20px;
		border-radius: 20px;
	}

	.gh-booking-hero__visual img {
		border-radius: 19px;
	}

	.gh-booking-hero__visual figcaption {
		bottom: 14px;
		left: 12px;
		max-width: 210px;
		padding: 12px 14px;
	}

	.gh-booking-form-section,
	.gh-booking-assurance {
		padding-block: 58px 64px;
	}

	.gh-booking-form-card {
		padding: 22px 18px;
		border-radius: 18px;
	}

	.gh-booking-form {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.gh-booking-field--wide {
		grid-column: auto;
	}

	.gh-booking-form__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.gh-booking-form__footer button {
		width: 100%;
	}

	.gh-booking-assurance__heading {
		margin-bottom: 30px;
		text-align: left;
	}

	.gh-booking-assurance__grid article {
		padding: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gh-booking-form__footer button,
	.gh-booking-assurance__grid article,
	.gh-booking-field input,
	.gh-booking-field select,
	.gh-booking-field textarea {
		transition-duration: 0s;
	}
}
