.thompsons-intake-form {
	--ti-bg: #fbf8f3;
	--ti-border: #d6cec2;
	--ti-text: #1f242c;
	--ti-muted: #4c5560;
	--ti-blueprint: #24374c;
	--ti-bronze: #9b5f37;
	--ti-bronze-dark: #7a492a;
	--ti-field-bg: #fffdfa;
	--ti-field-border: #aeb8c2;
	--ti-focus: #88a8c9;
	background: var(--ti-bg);
	border: 1px solid var(--ti-border);
	border-radius: 0.6rem;
	box-shadow: 0 1.5rem 3rem rgba(31, 36, 44, 0.08);
	color: var(--ti-text);
	display: grid;
	gap: 1.25rem;
	margin: 2rem 0;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.thompsons-intake-header {
	border-bottom: 1px solid var(--ti-border);
	padding-bottom: 1rem;
}

.thompsons-intake-header h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.35rem);
	letter-spacing: 0;
}

.thompsons-intake-header p {
	margin: 0.55rem 0 0;
	max-width: 56rem;
}

.thompsons-intake-kicker {
	color: var(--ti-bronze);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 0 0 0.4rem;
	text-transform: uppercase;
}

.thompsons-intake-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.thompsons-intake-form label {
	display: grid;
	gap: 0.4rem;
}

.thompsons-intake-form label span {
	color: var(--ti-text);
	font-size: 0.92rem;
	font-weight: 700;
}

.thompsons-intake-form label strong {
	color: var(--ti-bronze);
	font-size: 0.68rem;
	letter-spacing: 0.08em;
	margin-left: 0.25rem;
	text-transform: uppercase;
}

.thompsons-intake-form input:not([type='hidden']):not([type='submit']):not([type='button']):not([type='checkbox']):not([type='radio']),
.thompsons-intake-form select,
.thompsons-intake-form textarea {
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--ti-field-bg) !important;
	border: 2px solid var(--ti-field-border) !important;
	border-radius: 0.45rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 1px 2px rgba(31, 36, 44, 0.08);
	box-sizing: border-box;
	color: var(--ti-text) !important;
	font: inherit;
	line-height: 1.35;
	min-height: 3.25rem;
	padding: 0.78rem 0.9rem;
	width: 100%;
}

.thompsons-intake-form input[type='file'] {
	background-color: #ffffff !important;
	cursor: pointer;
	padding: 0.62rem 0.72rem;
}

.thompsons-intake-form select {
	background-image:
		linear-gradient(45deg, transparent 50%, var(--ti-blueprint) 50%),
		linear-gradient(135deg, var(--ti-blueprint) 50%, transparent 50%);
	background-position:
		calc(100% - 1.15rem) 50%,
		calc(100% - 0.78rem) 50%;
	background-repeat: no-repeat;
	background-size:
		0.38rem 0.38rem,
		0.38rem 0.38rem;
	padding-right: 2.6rem;
}

.thompsons-intake-form textarea {
	min-height: 10rem;
	resize: vertical;
}

.thompsons-intake-form small {
	color: var(--ti-muted);
	font-size: 0.85rem;
}

.thompsons-intake-form input:focus,
.thompsons-intake-form select:focus,
.thompsons-intake-form textarea:focus {
	background-color: #ffffff !important;
	border-color: var(--ti-blueprint) !important;
	box-shadow: 0 0 0 3px rgba(136, 168, 201, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.85);
	outline: none;
}

.thompsons-intake-form input::placeholder,
.thompsons-intake-form textarea::placeholder {
	color: #757d87;
	opacity: 1;
}

.thompsons-intake-full {
	grid-column: 1 / -1;
}

.thompsons-intake-submit {
	align-items: center;
	background: linear-gradient(180deg, #a96a41 0%, var(--ti-bronze) 100%) !important;
	border: 2px solid #7f4b2d !important;
	border-radius: 0.5rem;
	box-shadow: 0 0.75rem 1.35rem rgba(31, 36, 44, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.2);
	color: #ffffff !important;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.1;
	min-height: 3.25rem;
	padding: 0.88rem 1.35rem;
	text-decoration: none !important;
	transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
	width: fit-content;
}

.thompsons-intake-submit:hover {
	background: linear-gradient(180deg, #935837 0%, var(--ti-bronze-dark) 100%) !important;
	border-color: #65391f !important;
	box-shadow: 0 0.9rem 1.5rem rgba(31, 36, 44, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.16);
	transform: translateY(-1px);
}

.thompsons-intake-submit:active {
	box-shadow: 0 0.35rem 0.8rem rgba(31, 36, 44, 0.16), inset 0 2px 5px rgba(0, 0, 0, 0.16);
	transform: translateY(0);
}

.thompsons-intake-submit:focus-visible {
	outline: 3px solid var(--ti-focus);
	outline-offset: 2px;
}

.thompsons-intake-notice {
	border-left: 4px solid var(--ti-blueprint);
	border-radius: 0.45rem;
	font-weight: 700;
	padding: 0.85rem 1rem;
}

.thompsons-intake-notice--success {
	background: #edf7ef;
	border-color: #2f6a3e;
	color: #214b2d;
}

.thompsons-intake-notice--error {
	background: #fff3ee;
	border-color: var(--ti-bronze);
	color: #723719;
}

.thompsons-intake-honeypot {
	left: -999em;
	position: absolute;
}

@media (max-width: 720px) {
	.thompsons-intake-grid {
		grid-template-columns: 1fr;
	}

	.thompsons-intake-submit {
		width: 100%;
	}
}
