/* Antoine Archive — entry share panel and Object 3D block. Quiet editorial treatment. */

.aa-share {
	margin: 3rem auto 0;
	max-width: 40rem;
	padding: 1.5rem 1.5rem 0;
	border-top: 1px solid #d8d8d0;
	font-family: var(--aa-body-font, Georgia, "Songti SC", serif);
	text-align: center;
}

.aa-share-title {
	font-size: 1rem;
	font-weight: 600;
	margin: 0 0 0.75rem;
	letter-spacing: 0.02em;
}

.aa-share-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.6rem;
}

.aa-share-action {
	display: inline-block;
	border: 1px solid #1a1a1a;
	background: transparent;
	color: #1a1a1a;
	padding: 0.45rem 0.9rem;
	font: inherit;
	font-size: 0.9rem;
	line-height: 1.2;
	cursor: pointer;
	text-decoration: none;
}

.aa-share-action:hover,
.aa-share-action:focus {
	background: #1a1a1a;
	color: #fafaf6;
}

.aa-object-3d {
	margin: 2.5rem 0;
	padding: 1.25rem 0 0;
	border-top: 1px solid #d8d8d0;
}

.aa-object-3d h2 {
	font-size: 1rem;
	font-weight: 600;
	margin: 0 0 0.75rem;
}

.aa-object-3d h2 span {
	font-weight: 400;
	color: #666;
}

.aa-object-3d p {
	margin: 0.5rem 0;
}

.aa-object-3d a {
	color: #1a1a1a;
}

.aa-object-3d-ar {
	font-weight: 600;
}

.aa-object-3d-hint {
	color: #666;
	font-size: 0.85rem;
}

.aa-object-3d-viewer {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	margin: 1rem 0;
	background: var(--aa-paper);
	border: 1px solid var(--aa-line);
	overflow: hidden;
	touch-action: none;
}

.aa-object-3d-viewer canvas {
	display: block;
	width: 100% !important;
	height: 100% !important;
	cursor: grab;
	outline: none;
}

.aa-object-3d-viewer canvas:active {
	cursor: grabbing;
}

.aa-object-3d-viewer-loading {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: 0;
	color: #999;
	font-size: 0.9rem;
	text-align: center;
	pointer-events: none;
}
