/*
Theme Name: AGE Modern Baked
Theme URI: https://ageintegratedsolutions.com
Author: Jason Stephen Michalski
Description: Modern block theme for AGE Integrated Solutions using Gutenberg Site Editor.
Version: 2.1.8
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: age-modern-baked
Tags: block-themes, full-site-editing, one-column, custom-colors
*/

/* Minimal front-end safety styles (major styling lives in theme.json) */
:root { scroll-behavior: smooth; }
a { text-decoration-thickness: .08em; text-underline-offset: .18em; }

/* Supported Platforms (logo band) */
.supported-platforms__grid img {
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.9;
  transition: filter 200ms ease, opacity 200ms ease, transform 200ms ease;
}

.supported-platforms__grid img:hover {
  filter: none;
  opacity: 1;
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  .supported-platforms__grid img { transition: none; }
  .supported-platforms__grid img:hover { transform: none; }
}
