/*
Theme Name: BAMA Softball Walk-Off Club
Theme URI: https://bamasoftballwalk-offclub.com/
Author: BAMA Softball Walk-Off Club
Description: A modern full-site editing block theme for the BAMA Softball Walk-Off Club.
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 8.0
Version: 0.1.0
Text Domain: bswoc
*/

html { scroll-behavior: smooth; }
body { text-wrap: pretty; }
a { text-underline-offset: .16em; }
.wp-site-blocks { overflow: clip; }
.bswoc-eyebrow { letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.bswoc-card { transition: transform .2s ease, box-shadow .2s ease; }
.bswoc-card:hover { transform: translateY(-2px); }
.bswoc-lock-badge { display: inline-flex; align-items: center; gap: .35rem; }
.bswoc-lock-badge::before { content: "🔒"; font-size: .9em; }
.bswoc-accent-rule { width: 4.5rem; height: .35rem; background: var(--wp--preset--color--softball-yellow); border-radius: 999px; }
.bswoc-photo-frame img { aspect-ratio: 4/3; object-fit: cover; }
.bswoc-scoreboard { border-top: 5px solid var(--wp--preset--color--softball-yellow); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .bswoc-card { transition: none; }
}