body.single-photo .stillwest-artwork-page {
	background: #f4f3ef;
	color: #1e1e1e;
}

.stillwest-artwork {
	margin: 0;
}

.stillwest-artwork__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1480px;
	padding: clamp(32px, 6vw, 84px) 4vw clamp(40px, 7vw, 96px);
	width: 100%;
}

.stillwest-artwork__figure {
	margin: 0 auto;
	max-width: 1380px;
}

.stillwest-artwork__image {
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 68vh;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.stillwest-artwork--portrait .stillwest-artwork__image {
	max-height: 82vh;
}

.stillwest-artwork--tall-portrait .stillwest-artwork__image {
	max-height: none;
}

.stillwest-artwork__header {
	margin: clamp(12px, 1.6vw, 20px) auto 0;
	max-width: 340px;
	text-align: center;
	width: 100%;
}

.stillwest-artwork__header::after {
	content: none !important;
}

.stillwest-artwork__title {
	color: inherit;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: clamp(1.28rem, 1.9vw, 1.7rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
}

.stillwest-artwork__location {
	color: #2f2f2f;
	font-family: "Inter", "Segoe UI", Arial, sans-serif;
	font-size: 0.9rem;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 3px 0 0;
}

.stillwest-artwork__inquiry {
	color: #2f2f2f;
	font-family: "Inter", "Segoe UI", Arial, sans-serif;
	margin: clamp(28px, 4vw, 48px) auto 0;
	max-width: 420px;
	text-align: center;
	width: 100%;
}

.stillwest-artwork__inquiry-question {
	color: #1e1e1e;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: clamp(1rem, 1.2vw, 1.12rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.45;
	margin: 0 0 8px;
}

.stillwest-artwork__inquiry-link {
	border-bottom: 1px solid rgba(111, 128, 144, 0.5);
	color: #1e1e1e;
	display: inline-flex;
	font-family: "Inter", "Segoe UI", Arial, sans-serif;
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding-bottom: 3px;
	text-decoration: none;
	text-transform: none;
}

.stillwest-artwork__inquiry-link:hover,
.stillwest-artwork__inquiry-link:focus {
	border-bottom-color: #6f8090;
	color: #6f8090;
}

.stillwest-artwork__inquiry-link:focus-visible {
	outline: 2px solid #6f8090;
	outline-offset: 5px;
}

.stillwest-artwork__inquiry-link span {
	display: inline-block;
	margin-left: 0.35em;
}

.stillwest-artwork-related {
	margin: clamp(56px, 7vw, 96px) auto 0;
	max-width: 1180px;
	text-align: center;
	width: 100%;
}

.stillwest-artwork-related__heading {
	color: #1e1e1e;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: clamp(1.08rem, 1.3vw, 1.32rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 0 0 clamp(28px, 3vw, 44px);
}

.stillwest-artwork-related__grid {
	display: grid;
	gap: clamp(34px, 4vw, 56px) clamp(22px, 2.6vw, 36px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stillwest-artwork-related__item {
	margin: 0;
	min-width: 0;
}

.stillwest-artwork-related__link {
	color: inherit;
	display: block;
	text-decoration: none;
}

.stillwest-artwork-related__image-frame {
	aspect-ratio: 3 / 2;
	display: block;
	line-height: 0;
	overflow: hidden;
}

.stillwest-artwork-related__image {
	border: 0;
	box-shadow: none;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.stillwest-artwork-related__link:focus-visible {
	outline: 2px solid #6f8090;
	outline-offset: 5px;
}

.stillwest-artwork-related__title {
	color: #1e1e1e;
	display: block;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: clamp(0.96rem, 1vw, 1.08rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 14px 0 0;
	text-align: center;
}

@media (max-width: 1024px) {
	.stillwest-artwork-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.stillwest-artwork__inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.stillwest-artwork__image {
		max-height: none;
		width: 100%;
	}

	.stillwest-artwork-related__grid {
		gap: 38px;
		grid-template-columns: 1fr;
	}
}
