.ws-seo-archive-intro {
	max-width: 46rem;
	margin: 0 auto 2.5rem;
	font-size: 1.05rem;
	line-height: 1.7;
}

.ws-seo-catalog {
	--ws-ink: #1c1914;
	--ws-paper: #f4efe6;
	--ws-rule: #cbbfa8;
	margin: 4.5rem 0 2rem;
	padding: 2.5rem 0 0;
	border-top: 1px solid var(--ws-rule);
	color: var(--ws-ink);
}

.ws-seo-catalog__title {
	margin: 0 0 2rem;
	font-family: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, serif;
	font-size: clamp(1.6rem, 2.4vw, 2.25rem);
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.ws-seo-catalog__sections {
	display: grid;
	gap: 3rem;
}

.ws-seo-catalog__row {
	display: grid;
	gap: 1.5rem;
	align-items: center;
}

.ws-seo-catalog__media {
	margin: 0;
}

.ws-seo-catalog__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: var(--ws-paper);
}

.ws-seo-catalog__heading {
	margin: 0 0 0.75rem;
	font-family: Georgia, "Iowan Old Style", Palatino, serif;
	font-size: 1.35rem;
	font-weight: 500;
}

.ws-seo-catalog__body {
	font-size: 1rem;
	line-height: 1.7;
}

.ws-seo-catalog__body p:first-child {
	margin-top: 0;
}

.ws-seo-faq,
.ws-seo-related {
	margin: 3rem 0 1.5rem;
}

.ws-seo-faq h2,
.ws-seo-related h2 {
	font-family: Georgia, "Iowan Old Style", Palatino, serif;
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0 0 1.25rem;
}

.ws-seo-faq__item {
	border-bottom: 1px solid #e4ddd0;
	padding: 0.85rem 0;
}

.ws-seo-faq__q {
	cursor: pointer;
	font-weight: 600;
	list-style: none;
}

.ws-seo-faq__q::-webkit-details-marker {
	display: none;
}

.ws-seo-faq__a {
	margin-top: 0.6rem;
	line-height: 1.65;
}

.ws-seo-related__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ws-seo-related__item a {
	display: grid;
	gap: 0.4rem;
	text-decoration: none;
	color: inherit;
}

.ws-seo-related__item img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
	background: #f4efe6;
}

.ws-seo-related__name {
	font-weight: 600;
	line-height: 1.35;
}

.ws-seo-related__price {
	font-size: 0.92rem;
}

@media (min-width: 768px) {
	.ws-seo-catalog__row {
		grid-template-columns: 1.1fr 0.9fr;
		gap: 2.5rem;
	}

	.ws-seo-catalog__row--flip .ws-seo-catalog__media {
		order: 2;
	}

	.ws-seo-catalog__row--copy {
		grid-template-columns: minmax(0, 40rem);
	}
}
