.roundhouse-collections {
	background: var(--roundhouse-collections-bg, #efefee);
	padding: clamp(1.8rem, 2.8vw, 2.75rem) 0;
}

.roundhouse-collections__inner {
	margin: 0 auto;
	max-width: min(1500px, 100% - 2rem);
}

.roundhouse-collections__intro {
	margin: 0 0 clamp(1.1rem, 2vw, 1.75rem);
	max-width: 62rem;
}

.roundhouse-collections__eyebrow {
	color: #7c7c79;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.18em;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.roundhouse-collections__title {
	color: #1f1f1f;
	font-size: clamp(1.9rem, 2.8vw, 2.75rem);
	font-weight: 300;
	line-height: 1.08;
	margin: 0.6rem 0 0;
}

.roundhouse-collections__text {
	color: #2e2e2e;
	font-size: clamp(1rem, 1.25vw, 1.25rem);
	font-size: 17px;
	line-height: 1.45;
	margin: 0.75rem 0 0;
	max-width: 720px;
}

.roundhouse-collections__grid {
	display: grid;
	gap: clamp(1rem, 1.8vw, 1.5rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.roundhouse-collections__card {
	background: var(--roundhouse-collections-bg, #efefee);
}

.roundhouse-collections__media {
	background: #e8e8e5;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.roundhouse-collections__image {
	aspect-ratio: 1.35 / 1;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.roundhouse-collections__media-overlay {
	background: rgba(120, 131, 130, 0);
	inset: 0;
	overflow: hidden;
	position: absolute;
	transition: background 0.28s ease;
}

.roundhouse-collections__media-overlay-label,
.roundhouse-collections__media-overlay-hover {
	color: #fff;
	font-size: clamp(2rem, 3.6vw, 3.1rem);
	font-weight: 600;
	inset: 50% auto auto 50%;
	line-height: 1.05;
	position: absolute;
	text-align: center;
	transform: translate(-50%, -50%);
	transition: opacity 0.24s ease, transform 0.24s ease;
	width: min(78%, 20rem);
}

.roundhouse-collections__media-overlay-label {
	background: rgba(120, 131, 130, 0.76);
	padding: 0.85rem 1.25rem;
}

.roundhouse-collections__media-overlay-hover {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.98);
}

.roundhouse-collections__media:hover .roundhouse-collections__media-overlay,
.roundhouse-collections__media:focus-visible .roundhouse-collections__media-overlay {
	background: rgba(120, 131, 130, 0.76);
}

.roundhouse-collections__media:hover .roundhouse-collections__media-overlay-label,
.roundhouse-collections__media:focus-visible .roundhouse-collections__media-overlay-label {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.97);
}

.roundhouse-collections__media:hover .roundhouse-collections__media-overlay-hover,
.roundhouse-collections__media:focus-visible .roundhouse-collections__media-overlay-hover {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.roundhouse-collections__card-body {
	padding: clamp(0.85rem, 1.3vw, 1.25rem);
	text-align: center;
}

.roundhouse-collections__card-eyebrow {
	color: #7c7c79;
	font-size: 0.66rem;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.18em;
	line-height: 1;
	margin: 0;
	display: none;
	text-transform: uppercase;
}

.roundhouse-collections__card-title {
	color: #1f1f1f;
	font-size: clamp(1.3rem, 1.7vw, 1.75rem);
	font-weight: 600;
	line-height: 1.15;
	margin: 0.8rem 0 0;
}

.roundhouse-collections__card-text {
	margin-top: 0.6rem;
}

.roundhouse-collections__card-text > :first-child {
	margin-top: 0;
}

.roundhouse-collections__card-text > :last-child {
	margin-bottom: 0;
}

.roundhouse-collections__card-text p {
	color: #333;
	font-size: clamp(0.98rem, 1.1vw, 1.14rem);
	line-height: 1.5;
	margin: 0 0 0.6rem;
}

.roundhouse-collections__card-cta {
	margin-top: 1rem;
}

.roundhouse-collections__card-button {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	display: inline-flex;
	padding: 10px 20px;
	text-decoration: none;
}

.roundhouse-collections__card-button:hover,
.roundhouse-collections__card-button:focus,
.roundhouse-collections__card-button:active {
	background: #000;
	border-color: #000;
	color: #fff;
}

@media (max-width: 900px) {
	.roundhouse-collections__intro {
		text-align: center;
	}

	.roundhouse-collections__text {
		margin-left: auto;
		margin-right: auto;
	}

	.roundhouse-collections__grid {
		grid-template-columns: 1fr;
	}

	.roundhouse-collections__title {
		font-size: clamp(1.6rem, 7.2vw, 2.1rem);
	}
}
