/* /contact — design-references/contact.html */

.ct-body,
.ct-main {
	background: #F3F1ED;
}

.ct {
	color: #16181B;
	font-family: 'Hanken Grotesk', 'Plus Jakarta Sans', system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.ct em {
	font-style: italic;
}

.ct-kicker {
	margin: 0 0 22px;
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #8C8880;
}

.ct-title {
	margin: 0;
	font-family: 'Newsreader', Georgia, serif;
	font-weight: 400;
	font-size: clamp(38px, 5.4vw, 74px);
	line-height: 1.02;
	letter-spacing: -0.02em;
	color: #14161A;
	text-wrap: balance;
}

.ct-hero .home-wrap {
	padding-top: clamp(40px, 6vw, 80px);
	padding-bottom: clamp(64px, 8vw, 110px);
}

.ct-hero-copy {
	max-width: 68ch;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: clamp(30px, 3.5vw, 44px);
}

.ct-lead {
	margin: 0;
	max-width: 68ch;
	font-size: clamp(17px, 1.7vw, 20px);
	line-height: 1.65;
	color: #16181B;
	text-wrap: pretty;
}

.ct-lead-sub {
	margin: 0;
	max-width: 68ch;
	font-size: 16.5px;
	line-height: 1.75;
	color: #4E4B46;
	text-wrap: pretty;
}

.ct-main .home-wrap {
	padding-bottom: clamp(72px, 10vw, 130px);
}

.ct-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: clamp(48px, 7vw, 110px);
	align-items: start;
}

.ct-details {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.ct-details div {
	margin: 0;
}

.ct-details dt {
	font-size: 10.5px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #8C8880;
}

.ct-details dd {
	margin: 10px 0 0;
	font-size: 17px;
	line-height: 1.55;
	color: #16181B;
}

.ct-details a {
	color: #16181B;
	text-decoration: none;
}

.ct-details a:hover {
	color: #1F6AF5;
}

.ct-form {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.ct-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

.ct-field label {
	display: block;
	font-size: 10.5px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #8C8880;
}

.ct-optional {
	text-transform: none;
	letter-spacing: 0;
	font-size: 11.5px;
}

.ct-field input,
.ct-field textarea {
	width: 100%;
	appearance: none;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #C9C4BB;
	padding: 14px 0 16px;
	color: #16181B;
	font: inherit;
	font-size: 18px;
	outline: none;
	resize: vertical;
}

.ct-field textarea {
	line-height: 1.6;
}

.ct-field input::placeholder,
.ct-field textarea::placeholder {
	color: rgba(22, 24, 27, 0.38);
}

.ct-field input:focus,
.ct-field textarea:focus {
	border-bottom-color: #1F6AF5;
}

.ct-submit {
	appearance: none;
	align-self: flex-start;
	border: 0;
	cursor: pointer;
	background: #1F6AF5;
	color: #fff;
	font: inherit;
	font-size: 14.5px;
	font-weight: 500;
	padding: 17px 30px;
	border-radius: 999px;
	transition: background 0.2s ease;
}

.ct-submit:hover {
	background: #1857CE;
}

.ct-form-feedback {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
}

.ct-form-feedback--success {
	color: #2E6B44;
}

.ct-form-feedback--success p {
	margin: 0;
}

.ct-form-feedback--error {
	color: #B42318;
}

.ct-faq .home-wrap {
	padding-bottom: clamp(90px, 12vw, 160px);
}

.ct-faq-title {
	margin: 0;
	font-family: 'Newsreader', Georgia, serif;
	font-weight: 400;
	font-size: clamp(26px, 3.1vw, 44px);
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: #14161A;
}

.ct-faq-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 0 clamp(28px, 5vw, 80px);
	margin-top: clamp(32px, 4vw, 52px);
	border-top: 1px solid #DCD8D1;
}

.ct-faq-item {
	padding: 28px 0 30px;
	border-bottom: 1px solid #DCD8D1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.ct-faq-item h3 {
	margin: 0;
	font-size: 17px;
	font-weight: 400;
	color: #14161A;
}

.ct-faq-item p {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.7;
	color: #6E6B65;
	max-width: 40ch;
	text-wrap: pretty;
}

.ct-faq-item a {
	margin-top: 6px;
	font-size: 14px;
	color: #1F6AF5;
	text-decoration: none;
}

.ct-faq-item a:hover {
	text-decoration: underline;
}

@media (max-width: 720px) {
	.ct-hero .home-wrap {
		padding-top: 32px;
	}

	.ct-grid {
		gap: 56px;
	}
}
