/*
Theme Name: CPS Field Manual
Theme URI: https://centralroofrepair.com
Description: Central Property Services child theme of Twenty Twenty-Five. "Field Manual" design system — Limestone/Slate/Galvanized/Signal palette, Archivo Condensed display type. All design tokens live in theme.json; this stylesheet holds only the few rules tokens cannot express.
Author: Central Property Services
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: cps-child
*/

/* ---- Display face is the variable Archivo; force the condensed width -- */
h1, h2, h3, h4, h5, h6,
.has-display-font-family {
	font-stretch: 75%;
}

/* ---- Phone banner: tap-to-call ergonomics ---------------------------- */
.cps-phone-banner a {
	text-decoration: none;
	display: inline-block;
	line-height: 1;
}

/* ---- Image slots awaiting Marcos's real photos ----------------------- */
.img-slot img {
	border-radius: 4px;
}
.img-slot figcaption {
	font-style: normal;
	color: var(--wp--preset--color--galvanized);
}

/* ---- Card panels ------------------------------------------------------ */
.cps-card {
	border-radius: 4px;
	border-top: 6px solid var(--wp--preset--color--slate-deep);
}

/* ---- Accessibility: visible focus everywhere -------------------------- */
a:focus-visible,
button:focus-visible,
.wp-block-button__link:focus-visible {
	outline: 3px solid var(--wp--preset--color--signal);
	outline-offset: 2px;
}

/* ---- Respect reduced motion ------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
