.tt-lead {
	max-width: 780px !important;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(1.35rem, 2vw, 2.1rem);
	line-height: 1.35;
	color: #24312c;
}

.tt-core-collections,
.tt-info-grid,
.tt-process-grid,
.tt-size-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 3rem auto;
	background: #d7d0c2;
	border: 1px solid #d7d0c2;
}

.tt-core-collection,
.tt-info-grid > section,
.tt-process-grid > section,
.tt-size-grid > section {
	position: relative;
	display: block;
	margin: 0;
	padding: clamp(1.6rem, 3vw, 3rem);
	background: #f7f3eb;
	color: #18241f;
	text-decoration: none;
}

.tt-core-collection {
	min-height: 250px;
	transition: background-color .2s ease, color .2s ease;
}

.tt-core-collection:hover,
.tt-core-collection:focus-visible {
	background: #18241f;
	color: #fffdf7;
}

.tt-core-collection h2,
.tt-info-grid h2,
.tt-process-grid h2 {
	margin: .65rem 0 1rem;
	font-size: clamp(1.55rem, 2.4vw, 2.4rem);
}

.tt-core-collection p,
.tt-info-grid p,
.tt-process-grid p,
.tt-size-grid p {
	margin: 0;
}

.tt-core-collection__count,
.tt-process-grid span {
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #9d754b;
}

.tt-core-arrow {
	position: absolute;
	right: 1.5rem;
	bottom: 1.25rem;
	font-size: 1.5rem;
}

.tt-info-grid--rooms > section {
	min-height: 230px;
}

.tt-info-grid a {
	display: inline-block;
	margin-top: 1.25rem;
	font-weight: 700;
	color: inherit;
}

.tt-process-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tt-size-grid strong {
	display: block;
	margin-bottom: .75rem;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(1.5rem, 2.5vw, 2.5rem);
	font-weight: 400;
}

.tt-notice {
	max-width: 850px;
	margin: 2.5rem auto;
	padding: 1.5rem 1.75rem;
	border-left: 3px solid #9d754b;
	background: #f1ebdf;
}

.tt-notice strong {
	display: block;
	margin-bottom: .55rem;
}

.tt-trust-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin: 3rem auto;
	background: #d7d0c2;
}

.tt-trust-row span {
	display: block;
	padding: 1.5rem;
	background: #18241f;
	color: #fffdf7;
}

.tt-trust-row strong {
	display: block;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 2.4rem;
	font-weight: 400;
	color: #c49a6c;
}

.tt-faq {
	max-width: 900px;
	margin: 2.5rem auto;
	border-top: 1px solid #d7d0c2;
}

.tt-faq details {
	border-bottom: 1px solid #d7d0c2;
}

.tt-faq summary {
	cursor: pointer;
	padding: 1.25rem 2.5rem 1.25rem 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(1.15rem, 2vw, 1.55rem);
}

.tt-faq p {
	max-width: 760px;
	margin: 0 0 1.5rem;
}

@media (max-width: 760px) {
	.tt-core-collections,
	.tt-info-grid,
	.tt-process-grid,
	.tt-size-grid,
	.tt-trust-row {
		grid-template-columns: 1fr;
	}

	.tt-core-collection {
		min-height: 210px;
	}
}
