/*
Theme Name: Pacific Stone
Theme URI: https://www.pacificstone.ca/
Author: Pacific Stone Fabrication
Author URI: https://www.pacificstone.ca/
Description: Premium custom WordPress theme for Pacific Stone Fabrication — granite, marble & quartz in Calgary, Alberta. Converted from the Pacific Stone 2026 design. Activate the theme and the full page structure (Products, Applications, Gallery, Contact, and more) is created automatically.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pacific-stone
*/

/* The heavy lifting lives in assets/css/theme.css (compiled Tailwind + tokens).
   This file only carries small, theme-level tweaks. */

/* Keep the WP admin bar from overlapping the sticky header. */
.admin-bar header.sticky { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar header.sticky { top: 46px; }
}

/* Native form controls inherit the site font. */
input, textarea, select, button { font-family: var(--font-sans); }

/* Respect reduced-motion preferences for the hero/parallax transitions. */
@media (prefers-reduced-motion: reduce) {
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* FAQ accordion caret (native <details>) */
.ps-faq summary::-webkit-details-marker { display: none; }
.ps-faq[open] .ps-faq-caret { transform: rotate(180deg); }
