/*
Theme Name: Pocket Mechanica
Theme URI: https://pocketmechanica.com
Description: Editorial field-guide theme for Pocket Mechanica — a nerd's guide to fidgets, pocket mechanisms, makers, materials, and collector culture. Light editorial reading base with dark mechanical showcase zones. Child theme of Assembler.
Author: Pocket Mechanica
Template: assembler
Version: 1.4.1
Text Domain: pocket-mechanica
*/

/* All design tokens and block styling live in theme.json.
   This file only carries small refinements the block system can't express. */

/* Crisp focus ring in the pink accent, for keyboard users */
:where(a, button):focus-visible {
	outline: 2px solid var(--wp--preset--color--pink);
	outline-offset: 2px;
}

/* Object-card hover lift on the dark showcase grid */
.pm-object-card {
	transition: transform .18s ease, border-color .18s ease;
}
.pm-object-card:hover {
	transform: translateY(-3px);
	border-color: var(--wp--preset--color--pink);
}

/* Eyebrow label — small caps, tracked out, used above section titles */
.pm-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 0.72rem;
	font-weight: 600;
}
