/*
Theme Name: Rated Construction Equipment
Theme URI: https://ratedequipmentrentals.com
Author: Rated Construction Equipment LLC
Description: Premium mature-blue WooCommerce theme for Rated Construction Equipment LLC. Pixel-matched to the Rated Construction Equipment web design, with product enquiry forms instead of a shopping cart. Works alongside Elementor for extra pages.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: rated-construction
Tags: woocommerce, business, custom-menu, featured-images
*/

/* All visual styles are compiled into assets/app.css and enqueued from functions.php. */

/* Scroll-reveal (JS adds .is-visible) */
[data-reveal] {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1);
	transition-delay: var(--reveal-delay, 0ms);
	will-change: opacity, transform;
}
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	[data-reveal] { opacity: 1; transform: none; transition: none; }
}
