/* Atlas giải phẫu 2D — mobile-first, Trại Giống Thu Hà */
.anatomy-page {
	padding-bottom: 2.5rem;
	background:
		radial-gradient(ellipse 80% 50% at 10% 0%, rgba(232, 164, 40, 0.12), transparent 55%),
		radial-gradient(ellipse 70% 45% at 90% 10%, rgba(13, 92, 64, 0.1), transparent 50%),
		linear-gradient(180deg, #f7fbf8 0%, #eef6f1 40%, #f5f7f6 100%);
	-webkit-tap-highlight-color: transparent;
}

.anatomy-page__inner { padding-top: 0.5rem; }
.anatomy-page__nav { margin-bottom: 0.75rem; }

.anatomy-page__head {
	margin: 0 0 1.15rem;
	max-width: 42rem;
}

.anatomy-page__brand {
	margin: 0 0 0.35rem;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--tgh-green, #0d5c40);
}

.anatomy-page__title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.5rem, 4.5vw, 2.1rem);
	line-height: 1.2;
	color: var(--tgh-green-dark, #084530);
	font-weight: 800;
}

.anatomy-page__lead {
	margin: 0;
	font-size: clamp(0.95rem, 2.5vw, 1.05rem);
	line-height: 1.55;
	color: #3d5248;
}

.anatomy-species-nav {
	margin: 0.85rem -0.25rem 0;
}

.anatomy-species-scroll {
	display: flex;
	gap: 0.4rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	padding: 0.15rem 0.25rem 0.35rem;
	scroll-snap-type: x proximity;
}

.anatomy-species-scroll::-webkit-scrollbar { display: none; }

.anatomy-species__link {
	flex: 0 0 auto;
	scroll-snap-align: start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.45rem 1rem;
	border-radius: 999px;
	border: 1px solid rgba(13, 92, 64, 0.22);
	background: #fff;
	color: var(--tgh-green-dark, #084530);
	font-weight: 700;
	font-size: 0.9rem;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(13, 92, 64, 0.06);
}

.anatomy-species__link:active {
	transform: scale(0.97);
}

.anatomy-species__link.is-active {
	background: var(--tgh-green, #0d5c40);
	border-color: var(--tgh-green, #0d5c40);
	color: #fff;
	box-shadow: 0 4px 14px rgba(13, 92, 64, 0.2);
}

.anatomy-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	align-items: start;
}

.anatomy-viewer {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(13, 92, 64, 0.1);
	box-shadow: 0 6px 24px rgba(8, 69, 48, 0.08);
}

/* Trang giải phẫu — mô hình 3D nhúng (desktop + mobile immersive) */
.anatomy-page--3d {
	--anatomy-3d-frame-h: min(78vh, 680px);
	overflow-x: clip;
}

.anatomy-layout--3d {
	gap: 0.85rem;
}

.anatomy-viewer-3d {
	display: flex;
	flex-direction: column;
	background: #0a0d12;
	border-color: rgba(13, 92, 64, 0.14);
	box-shadow:
		0 10px 36px rgba(8, 69, 48, 0.14),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.anatomy-viewer-3d__chrome {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem;
	padding: 0.55rem 0.9rem;
	background: linear-gradient(180deg, #0d5c40 0%, #084530 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	color: #fff;
}

.anatomy-viewer-3d__badge {
	flex: 0 0 auto;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: rgba(232, 164, 40, 0.18);
	border: 1px solid rgba(232, 164, 40, 0.45);
	color: #ffe8b8;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.anatomy-viewer-3d__hint {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 0.78rem;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.88);
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.anatomy-viewer-3d__fs {
	appearance: none;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	min-height: 36px;
	padding: 0.35rem 0.75rem;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font: inherit;
	font-size: 0.78rem;
	font-weight: 700;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.anatomy-viewer-3d__fs:active {
	transform: scale(0.97);
}

.anatomy-viewer-3d__stage {
	position: relative;
	flex: 1 1 auto;
	width: 100%;
	height: var(--anatomy-3d-frame-h);
	min-height: 460px;
	background:
		radial-gradient(ellipse 80% 55% at 50% 38%, rgba(78, 161, 255, 0.08), transparent 62%),
		#0e1116;
	overflow: hidden;
}

.anatomy-viewer-3d__stage::before {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
	z-index: 1;
}

.anatomy-viewer-3d__frame {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	display: block;
	border: 0;
	background: #0e1116;
}

.anatomy-viewer-3d:fullscreen,
.anatomy-viewer-3d:-webkit-full-screen,
.anatomy-viewer-3d.is-fs {
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: #0a0d12;
}

.anatomy-viewer-3d:fullscreen .anatomy-viewer-3d__stage,
.anatomy-viewer-3d:-webkit-full-screen .anatomy-viewer-3d__stage,
.anatomy-viewer-3d.is-fs .anatomy-viewer-3d__stage {
	flex: 1 1 auto;
	height: auto;
	min-height: 0;
}

.anatomy-viewer-3d.is-fs {
	position: fixed;
	inset: 0;
	z-index: 10060;
	display: flex;
	flex-direction: column;
}

@media (max-width: 899px) {
	.anatomy-page--3d {
		--anatomy-3d-frame-h: max(68svh, 560px);
		padding-bottom: 1.25rem;
	}

	.anatomy-page--3d > .wrap {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		box-sizing: border-box;
	}

	.anatomy-page--3d .anatomy-page__inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
		overflow-x: clip;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.anatomy-page--3d .anatomy-page__nav {
		display: none;
	}

	.anatomy-page--3d .anatomy-page__head {
		margin: 0 0 0.75rem;
		max-width: none;
		padding: 0.15rem 12px 0;
	}

	.anatomy-page--3d .anatomy-page__brand {
		font-size: 0.72rem;
		margin-bottom: 0.2rem;
	}

	.anatomy-page--3d .anatomy-page__title {
		font-size: 1.35rem;
		margin-bottom: 0.35rem;
	}

	.anatomy-page--3d .anatomy-page__lead {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		font-size: 0.86rem;
		line-height: 1.45;
	}

	.anatomy-page--3d .anatomy-species-nav {
		margin-top: 0.55rem;
	}

	.anatomy-page--3d .anatomy-species__link {
		min-height: 38px;
		padding: 0.35rem 0.85rem;
		font-size: 0.84rem;
	}

	.anatomy-layout--3d {
		gap: 0;
	}

	.anatomy-viewer-3d {
		width: 100%;
		max-width: 100%;
		margin: 0;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
		box-shadow: none;
		overflow: hidden;
	}

	.anatomy-viewer-3d__chrome {
		padding: 0.4rem 10px;
		gap: 0.5rem;
	}

	.anatomy-viewer-3d__hint {
		display: none;
	}

	.anatomy-viewer-3d__fs {
		min-height: 40px;
		padding: 0.4rem 0.85rem;
		font-size: 0.82rem;
		border-radius: 999px;
		background: rgba(232, 164, 40, 0.22);
		border-color: rgba(232, 164, 40, 0.5);
		color: #ffe8b8;
	}

	.anatomy-viewer-3d__stage {
		min-height: 560px;
		height: var(--anatomy-3d-frame-h);
		touch-action: manipulation;
	}

	.anatomy-page--3d .anatomy-note {
		margin: 0.85rem 12px 0;
		padding: 0.85rem 0.95rem;
	}

	body:has(.anatomy-page--3d) aside.support,
	body:has(.anatomy-page--3d) #tgh-support,
	body:has(.anatomy-page--3d) .amp_fb_icon,
	body:has(.anatomy-page--3d) #amp_fb_icon,
	body:has(.anatomy-page--3d) .facebook_chat_box {
		display: none !important;
	}
}

@media (max-width: 899px) and (orientation: landscape) {
	.anatomy-page--3d {
		--anatomy-3d-frame-h: max(82svh, 420px);
	}

	.anatomy-page--3d .anatomy-page__lead {
		display: none;
	}

	.anatomy-viewer-3d__stage {
		min-height: 420px;
	}
}

@media (min-width: 900px) {
	.anatomy-page--3d .anatomy-layout--3d {
		grid-template-columns: 1fr;
	}

	.anatomy-viewer-3d__stage {
		min-height: 520px;
	}
}

@media (max-width: 899px) {
	.anatomy-viewer:not(.anatomy-viewer-3d) {
		border-radius: 0;
	}

	.anatomy-layout:not(.anatomy-layout--3d) {
		gap: 0.65rem;
	}
}

.anatomy-tabs-wrap {
	position: relative;
	background: linear-gradient(180deg, #0d5c40, #084530);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.anatomy-tabs-wrap::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 2rem;
	background: linear-gradient(90deg, transparent, rgba(8, 69, 48, 0.9));
	pointer-events: none;
}

.anatomy-tabs {
	display: flex;
	gap: 0.4rem;
	padding: 0.65rem 0.75rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	scroll-snap-type: x proximity;
}

.anatomy-tabs::-webkit-scrollbar { display: none; }

.anatomy-tab {
	appearance: none;
	flex: 0 0 auto;
	scroll-snap-align: start;
	min-height: 44px;
	padding: 0.5rem 0.9rem;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.15s, border-color 0.15s, transform 0.1s;
}

.anatomy-tab:active {
	transform: scale(0.97);
}

.anatomy-tab.is-active {
	background: var(--tgh-gold, #e8a428);
	border-color: var(--tgh-gold, #e8a428);
	color: #1a2e24;
}

.anatomy-figure {
	position: relative;
	margin: 0;
	background: #eef6f1;
}

.anatomy-figure--2d {
	background: linear-gradient(180deg, #eef6f1 0%, #e8f4ee 100%);
}

.anatomy-image-stage {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	min-height: 220px;
	max-height: min(70vh, 520px);
	background: #eef6f1;
	overflow: hidden;
}

.anatomy-plate-view {
	position: absolute;
	inset: 0;
}

.anatomy-plate-view__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	background: #eef6f1;
}

.anatomy-hotspots {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.anatomy-hotspot {
	position: absolute;
	transform: translate(-50%, -50%);
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	pointer-events: auto;
	z-index: 2;
	-webkit-tap-highlight-color: transparent;
}

.anatomy-hotspot__dot {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--tgh-gold, #e8a428);
	border: 2px solid #fff;
	box-shadow: 0 2px 8px rgba(8, 69, 48, 0.35);
	transition: transform 0.15s, background 0.15s;
}

.anatomy-hotspot__label {
	display: none;
	padding: 0.2rem 0.45rem;
	border-radius: 6px;
	background: rgba(8, 69, 48, 0.88);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 700;
	white-space: nowrap;
}

.anatomy-hotspot.is-active .anatomy-hotspot__dot,
.anatomy-hotspot:hover .anatomy-hotspot__dot,
.anatomy-hotspot:focus-visible .anatomy-hotspot__dot {
	transform: scale(1.2);
	background: var(--tgh-green, #0d5c40);
}

.anatomy-hotspot.is-active .anatomy-hotspot__label {
	display: inline-block;
}

.anatomy-plate-view__img.is-error {
	display: none;
}

.anatomy-brand-mark {
	position: absolute;
	right: 0.65rem;
	bottom: 0.55rem;
	z-index: 3;
	padding: 0.3rem 0.55rem;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(13, 92, 64, 0.15);
	color: var(--tgh-green-dark, #084530);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	box-shadow: 0 2px 10px rgba(8, 69, 48, 0.1);
	pointer-events: none;
}

.anatomy-credit {
	margin: 0.55rem 0.85rem 0.85rem;
	font-size: 0.75rem;
	line-height: 1.45;
	color: #5a6e64;
}

.anatomy-panel__card {
	padding: 1rem;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(13, 92, 64, 0.1);
	box-shadow: 0 4px 18px rgba(8, 69, 48, 0.06);
	margin-bottom: 0.85rem;
}

.anatomy-panel__kicker {
	margin: 0 0 0.2rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tgh-gold-dark, #c98c16);
}

.anatomy-panel__name {
	margin: 0 0 0.45rem;
	font-size: clamp(1.1rem, 3.5vw, 1.3rem);
	color: var(--tgh-green-dark, #084530);
	font-weight: 800;
	line-height: 1.3;
}

.anatomy-panel__desc {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #3d5248;
}

.anatomy-labels {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin: 0.85rem 0 0;
}

.anatomy-label-chip {
	appearance: none;
	min-height: 40px;
	border: 1px solid rgba(13, 92, 64, 0.22);
	background: #fff;
	color: var(--tgh-green-dark, #084530);
	font: inherit;
	font-size: 0.82rem;
	font-weight: 700;
	padding: 0.4rem 0.75rem;
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s, transform 0.1s;
}

.anatomy-label-chip:active {
	transform: scale(0.97);
}

.anatomy-label-chip.is-active {
	background: var(--tgh-green, #0d5c40);
	border-color: var(--tgh-green, #0d5c40);
	color: #fff;
}

.anatomy-tip-slot {
	min-height: 5.25rem;
	margin: 0.65rem 0 0.5rem;
}

.anatomy-tip-box {
	margin: 0;
	padding: 0.75rem 0.85rem;
	min-height: 4.75rem;
	border-radius: 10px;
	background: #f7fbf8;
	border: 1px solid rgba(13, 92, 64, 0.1);
	border-left: 3px solid rgba(13, 92, 64, 0.2);
	box-sizing: border-box;
}

.anatomy-tip-box.is-filled {
	background: #fff8e8;
	border-color: rgba(232, 164, 40, 0.35);
	border-left-color: var(--tgh-gold, #e8a428);
	animation: anatomy-tip-in 0.2s ease;
}

@keyframes anatomy-tip-in {
	from { opacity: 0.6; }
	to { opacity: 1; }
}

.anatomy-tip-box strong {
	display: block;
	margin-bottom: 0.3rem;
	color: var(--tgh-green-dark, #084530);
	font-size: 0.92rem;
}

.anatomy-tip-box p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.5;
	color: #3d5248;
}

.anatomy-tip-box[hidden] {
	display: none !important;
}

.anatomy-detail-blocks {
	margin-top: 0.75rem;
	display: grid;
	gap: 0.55rem;
}

.anatomy-block {
	margin: 0;
	padding: 0.65rem 0.75rem;
	border-radius: 10px;
	background: var(--tgh-green-soft, #e8f4ee);
	border-left: 3px solid var(--tgh-green, #0d5c40);
}

.anatomy-block--warn {
	background: #fff8e8;
	border-left-color: var(--tgh-gold, #e8a428);
}

.anatomy-block--action {
	background: #eef6f1;
	border-left-color: var(--tgh-green-dark, #084530);
}

.anatomy-block strong {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 0.72rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--tgh-green-dark, #084530);
}

.anatomy-block p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.5;
	color: #3d5248;
}

.anatomy-panel__group {
	margin-bottom: 0.85rem;
	padding: 0.85rem 1rem;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(13, 92, 64, 0.1);
}

.anatomy-panel__group h3 {
	margin: 0 0 0.5rem;
	font-size: 0.85rem;
	font-weight: 800;
	color: var(--tgh-green, #0d5c40);
}

.anatomy-parts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.anatomy-parts li { margin: 0; }

.anatomy-parts button {
	appearance: none;
	width: 100%;
	text-align: left;
	min-height: 44px;
	border: 1px solid rgba(13, 92, 64, 0.12);
	background: #fafcfb;
	color: var(--tgh-green-dark, #084530);
	font: inherit;
	font-size: 0.85rem;
	font-weight: 600;
	padding: 0.55rem 0.75rem;
	border-radius: 10px;
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s;
}

.anatomy-parts button.is-active {
	background: var(--tgh-green-soft, #e8f4ee);
	border-color: var(--tgh-green, #0d5c40);
	font-weight: 800;
}

.anatomy-parts__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.35rem;
	height: 1.35rem;
	margin-right: 0.35rem;
	border-radius: 6px;
	background: rgba(13, 92, 64, 0.1);
	font-weight: 800;
	font-size: 0.75rem;
}

.anatomy-figure__loading {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(238, 246, 241, 0.92);
	color: var(--tgh-green-dark, #084530);
	font-weight: 600;
	font-size: 0.9rem;
	z-index: 3;
}

.anatomy-figure__loading[hidden] { display: none !important; }

.anatomy-figure__caption {
	margin: 0;
	padding: 0.55rem 0.85rem;
	font-size: 0.8rem;
	line-height: 1.45;
	color: #3d5248;
	background: #fff;
	border-top: 1px solid rgba(13, 92, 64, 0.1);
}

.anatomy-disclaimer {
	margin: 0 0 0.85rem;
	padding: 0.65rem 0.75rem;
	font-size: 0.75rem;
	line-height: 1.45;
	color: #5a6e64;
	background: #fff;
	border: 1px dashed rgba(13, 92, 64, 0.22);
	border-radius: 10px;
}

.anatomy-note {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	margin: 1.15rem 0 0;
	padding: 1rem 1.1rem;
	border-radius: 14px;
	background:
		linear-gradient(135deg, rgba(255, 248, 232, 0.95), rgba(238, 246, 241, 0.98));
	border: 1px solid rgba(201, 140, 22, 0.28);
	box-shadow: 0 6px 20px rgba(8, 69, 48, 0.06);
}

.anatomy-note__mark {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.85rem;
	height: 1.85rem;
	margin-top: 0.1rem;
	border-radius: 50%;
	background: var(--tgh-gold, #e8a428);
	color: #1a2e24;
	font-size: 0.95rem;
	font-weight: 800;
	font-style: italic;
	line-height: 1;
	box-shadow: 0 2px 8px rgba(201, 140, 22, 0.35);
}

.anatomy-note__body {
	min-width: 0;
	flex: 1 1 auto;
}

.anatomy-note__label {
	margin: 0 0 0.25rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tgh-gold-dark, #c98c16);
}

.anatomy-note__text {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: #3d5248;
}

.anatomy-panel__cta--desktop {
	padding: 1rem;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--tgh-green, #0d5c40), var(--tgh-green-dark, #084530));
	color: #fff;
	text-align: center;
}

.anatomy-panel__cta--desktop p {
	margin: 0 0 0.65rem;
	font-size: 0.92rem;
}

.anatomy-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin: 0.2rem;
	padding: 0.55rem 1rem;
	border-radius: 10px;
	font-weight: 700;
	text-decoration: none;
	font-size: 0.9rem;
}

.anatomy-cta--tel {
	background: var(--tgh-gold, #e8a428);
	color: #1a2e24;
}

.anatomy-cta--zalo {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

@media (max-width: 899px) {
	.anatomy-panel__cta--desktop {
		display: none;
	}
}

@media (min-width: 600px) {
	.anatomy-parts {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.anatomy-parts button {
		width: auto;
		flex: 1 1 calc(50% - 0.35rem);
	}

	.anatomy-image-stage {
		aspect-ratio: 16 / 10;
		min-height: 280px;
	}

	.anatomy-hotspot__label {
		display: inline-block;
	}
}

@media (min-width: 900px) {
	.anatomy-layout {
		grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.95fr);
		gap: 1.25rem;
	}

	.anatomy-species-scroll {
		flex-wrap: wrap;
		overflow: visible;
	}

	.anatomy-tab:hover {
		background: rgba(255, 255, 255, 0.18);
	}

	.anatomy-tab.is-active:hover {
		background: var(--tgh-gold, #e8a428);
	}

	.anatomy-label-chip:hover {
		background: var(--tgh-green-soft, #e8f4ee);
		border-color: var(--tgh-green, #0d5c40);
	}

	.anatomy-parts button:hover {
		border-color: var(--tgh-green, #0d5c40);
		background: var(--tgh-green-soft, #e8f4ee);
	}
}

@media (prefers-reduced-motion: reduce) {
	.anatomy-tab,
	.anatomy-label-chip,
	.anatomy-parts button,
	.anatomy-tip-box.is-filled {
		transition: none;
		animation: none;
	}
}
