/* Homepage contact call-to-action parity. */
.ks-home-contact {
	background: #070b0e;
	color: #fff;
	isolation: isolate;
	min-height: 520px;
	overflow: hidden;
	padding: 64px 16px;
	position: relative;
}

.ks-home-contact__image {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	width: 100%;
	z-index: -2;
}

.ks-home-contact__overlay {
	background: linear-gradient(90deg, rgba(5, 7, 9, .94) 0%, rgba(5, 7, 9, .78) 48%, rgba(5, 7, 9, .22) 100%);
	inset: 0;
	position: absolute;
	z-index: -1;
}

.ks-home-contact__frame {
	border: 1px solid rgba(255, 255, 255, .15);
	inset: 20px;
	position: absolute;
}

.ks-home-contact__geometry {
	border-block-start: 1px solid rgba(174, 107, 13, .78);
	border-inline-end: 1px solid rgba(174, 107, 13, .78);
	display: none;
	height: clamp(128px, 13vw, 192px);
	inset-block-start: 9%;
	inset-inline-end: 7%;
	pointer-events: none;
	position: absolute;
	width: clamp(128px, 13vw, 192px);
	z-index: 10;
}

.ks-home-contact__geometry::before {
	border: 1px solid rgba(174, 107, 13, .88);
	content: "";
	height: 27.2px;
	inset-block-start: 20px;
	inset-inline-end: 20px;
	position: absolute;
	transform: rotate(45deg);
	width: 27.2px;
}

.ks-home-contact__geometry::after {
	background: rgba(174, 107, 13, .82);
	content: "";
	height: 1px;
	inset-block-start: 76px;
	inset-inline-end: -36px;
	position: absolute;
	width: 88px;
}

.ks-home-contact__inner {
	align-items: flex-end;
	display: flex;
	margin: 0 auto;
	max-width: 1440px;
	min-height: 360px;
	position: relative;
	z-index: 10;
}

.ks-home-contact__content { max-width: 896px; }

.ks-home-contact__icon {
	align-items: center;
	background: #ffda01;
	color: #0f1822;
	display: flex;
	height: 56px;
	justify-content: center;
	margin-bottom: 24px;
	width: 56px;
}

.ks-home-contact__icon svg {
	fill: none;
	height: 27px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.2;
	width: 27px;
}

.ks-home-contact h2,
.ks-home-contact p { margin: 0; }

.ks-home-contact h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	line-height: .94;
	text-wrap: balance;
}

.ks-home-contact p {
	color: rgba(255, 255, 255, .7);
	font-size: 18px;
	line-height: 32px;
	margin-top: 20px;
	max-width: 672px;
}

.ks-home-contact button {
	align-items: center;
	background: #ffda01;
	border: 0;
	border-radius: 0;
	box-shadow: 0 18px 40px rgba(7, 11, 14, .28);
	color: #0f1822;
	display: inline-flex;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	gap: 12px;
	justify-content: center;
	margin: 28px 0 0;
	min-height: 56px;
	padding: 0 32px;
	transition: background-color 200ms, transform 200ms;
}

.ks-home-contact button:hover {
	background: #ffd100;
	transform: translateY(-4px);
}

.ks-home-contact button svg {
	fill: none;
	height: 17px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 17px;
}

@media (min-width: 640px) {
	.ks-home-contact { padding: 96px 32px; }
	.ks-home-contact__frame { inset: 32px; }
	.ks-home-contact h2 { font-size: 72px; }
}

@media (min-width: 1024px) {
	.ks-home-contact__geometry { display: block; }
	.ks-home-contact h2 { font-size: 96px; }
}

@media (prefers-reduced-motion: reduce) {
	.ks-home-contact button { transition: none; }
}

.ks-contact-drawer[hidden] { display: none; }
.ks-contact-drawer { inset: 0; position: fixed; z-index: 10000; }
.ks-contact-drawer__backdrop { backdrop-filter: blur(4px); background: rgba(5, 7, 9, .75); border: 0; inset: 0; opacity: 0; position: absolute; transition: opacity 250ms; width: 100%; }
.ks-contact-drawer__panel { background: #fff; box-shadow: -24px 0 70px rgba(0, 0, 0, .32); height: 100%; inset-inline-end: 0; max-width: 600px; overflow-y: auto; position: absolute; top: 0; transform: translateX(100%); transition: transform 420ms cubic-bezier(.22, 1, .36, 1); width: 100%; }
.ks-contact-drawer.is-open .ks-contact-drawer__backdrop { opacity: 1; }
.ks-contact-drawer.is-open .ks-contact-drawer__panel { transform: translateX(0); }
.ks-contact-locked { overflow: hidden; }
.ks-contact-drawer__header { align-items: center; background: #070b0e; border-bottom: 1px solid #e4e0d8; color: #fff; display: flex; height: 80px; justify-content: space-between; padding: 0 24px; position: sticky; top: 0; z-index: 2; }
.ks-contact-drawer__header > div { align-items: center; display: flex; gap: 16px; }
.ks-contact-drawer__header > div span { background: #ffda01; display: block; height: 32px; width: 4px; }
.ks-contact-drawer__header b { font-size: 12px; text-transform: uppercase; }
.ks-contact-drawer__header button { align-items: center; background: transparent; border: 1px solid rgba(255, 255, 255, .2); color: #fff; display: flex; height: 44px; justify-content: center; width: 44px; }
.ks-contact-drawer__header button:hover,
.ks-contact-drawer__header button:focus-visible { border-color: #ffda01; color: #ffda01; outline: 0; }
.ks-contact-drawer__header button:focus-visible { box-shadow: 0 0 0 2px #070b0e, 0 0 0 4px #ffda01; }
.ks-contact-drawer__header svg { fill: none; height: 20px; stroke: currentColor; stroke-linecap: round; stroke-width: 2; width: 20px; }
.ks-contact-form { border-top: 4px solid #ffda01; color: #0f1822; padding: 24px; }
.ks-contact-form__title { align-items: flex-start; display: flex; gap: 20px; justify-content: space-between; }
.ks-contact-form__title p { background: #ffda01; display: inline-flex; font-size: 10px; font-weight: 700; margin: 0; padding: 4px 8px; }
.ks-contact-form__title h3 { font-size: 24px; font-weight: 600; line-height: 1.25; margin: 12px 0 0; }
.ks-contact-form__title > span { align-items: center; background: #ffda01; display: flex; flex: 0 0 44px; height: 44px; justify-content: center; }
.ks-contact-form__title svg,
.ks-contact-form__submit svg { fill: none; height: 20px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 20px; }
.ks-contact-form__row { display: grid; gap: 20px; margin-top: 28px; }
.ks-contact-form label { color: #50555b; display: block; font-size: 12px; font-weight: 600; margin-top: 20px; }
.ks-contact-form__row label { margin-top: 0; }
.ks-contact-form input,
.ks-contact-form select,
.ks-contact-form textarea { background: #f7f5f0; border: 1px solid #d5d1c8; border-radius: 0; color: #0f1822; display: block; font-family: inherit; font-size: 14px; font-weight: 400; line-height: 20px; margin-top: 8px; min-height: 48px; outline: 0; padding: 0 16px; width: 100%; }
.ks-contact-form input::placeholder,
.ks-contact-form textarea::placeholder { color: #8a8e91; opacity: 1; }
.ks-contact-form textarea { min-height: 112px; padding-block: 12px; resize: vertical; }
.ks-contact-form input:focus,
.ks-contact-form select:focus,
.ks-contact-form textarea:focus { border-color: #ffda01; box-shadow: 0 0 0 1px #ffda01; }
.ks-contact-form__submit { align-items: center; background: #ffda01; border: 0; color: #0f1822; display: flex; font-size: 14px; font-weight: 700; gap: 12px; justify-content: center; margin-top: 24px; min-height: 56px; padding: 0 24px; width: 100%; }
.ks-contact-form__status { background: #f7f5f0; border-inline-start: 4px solid #ffda01; margin-top: 20px; padding: 16px; }
.ks-contact-form__status p { align-items: flex-start; color: #3e454b; display: flex; font-size: 14px; gap: 8px; line-height: 24px; margin: 0; }
.ks-contact-form__status p svg { flex: 0 0 18px; height: 18px; margin-top: 2px; width: 18px; }
.ks-contact-form__status a { align-items: center; background: #ffda01; color: #0f1822; display: inline-flex; font-size: 12px; font-weight: 700; gap: 8px; margin-top: 12px; min-height: 40px; padding: 10px 16px; text-decoration: none; }
.ks-contact-form__status a svg { height: 15px; width: 15px; }
@media (min-width: 640px) {
	.ks-contact-drawer__header { padding-inline: 32px; }
	.ks-contact-form { padding: 32px; }
	.ks-contact-form__row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ks-contact-form__row label { margin-top: 0; }
	.ks-contact-form__title h3 { font-size: 30px; }
}
@media (prefers-reduced-motion: reduce) {
	.ks-contact-drawer__backdrop,
	.ks-contact-drawer__panel { transition: none; }
}

/* Contact drawer parity overrides after homepage form resets. */
.ks-contact-form label { line-height: 16px; }
.ks-contact-form input,
.ks-contact-form select,
.ks-contact-form textarea { font-weight: 600; }
.ks-contact-form textarea { min-height: 106px; }
.ks-contact-form__submit { line-height: 20px; }
.ks-contact-form textarea { margin-bottom: 4px; }
