/*
Theme Name: All Canadian PSW
Theme URI: https://allcanadianpsw.ca
Author: All Canadian PSW
Author URI: https://allcanadianpsw.ca
Description: Custom theme ported from the All Canadian PSW static site — preserves the original design with WordPress pages, services CPT, and blog.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: all-canadian-psw
Tags: custom-menu, featured-images, theme-options, translation-ready
*/

/* Main styles are enqueued from assets/css/theme.css */

/* Theme extras (not purged with Tailwind build) */
[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.acpsw-nav-list,
.acpsw-nav-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.acpsw-nav-list .current-menu-item > a,
.acpsw-nav-list .current_page_item > a {
  color: var(--primary);
}

.acpsw-prose h2,
.acpsw-prose h3 {
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.acpsw-prose p {
  margin-bottom: 1rem;
  color: var(--muted-foreground);
}

.acpsw-prose a {
  color: var(--primary);
  font-weight: 600;
}

.acpsw-prose ul {
  margin: 1rem 0 1rem 1.25rem;
  list-style: disc;
  color: var(--muted-foreground);
}

.acpsw-prose img {
  border-radius: 1rem;
  margin: 1.5rem 0;
}

.rotate-180 {
  transform: rotate(180deg);
}

.fill-current {
  fill: currentColor;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

svg.fill-current path {
  fill: currentColor;
  stroke: none;
}

.pagination,
.nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.pagination a,
.pagination span,
.nav-links a,
.nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border-radius: 9999px;
  border: 1px solid var(--border);
  background: var(--card);
  font-size: 0.875rem;
  font-weight: 600;
}

.pagination .current,
.nav-links .current {
  background: var(--primary);
  color: var(--primary-foreground);
  border-color: var(--primary);
}
