/*
Theme Name: Brew City Lock & Key
Theme URI: https://brewcitylockandkey.com
Author: Brew City Lock & Key
Description: Tailwind + FontAwesome theme for a 24/7 Milwaukee locksmith. Call-only contact. Business details (phone, hours, CTAs, trust points, rating, cities) editable in Appearance → Customize → Brew City Settings. Navy + gold palette with Playfair Display headings and Inter body text.
Version: 2.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: brewcity
*/

/* Custom utilities that pair with the Tailwind CDN build */
.reveal{opacity:0;transform:translateY(30px);transition:all .8s ease-out}
.reveal.active{opacity:1;transform:translateY(0)}
.delay-100{transition-delay:100ms}
.delay-200{transition-delay:200ms}
.delay-300{transition-delay:300ms}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}
.faq-item.active .faq-answer{max-height:600px}
.faq-item.active .faq-icon{transform:rotate(180deg);color:#F59E0B}
.glass-nav{background:rgba(11,19,32,.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}

/* Content typography helpers for page content coming from the editor */
.prose-bclk p{margin-bottom:1.1rem;line-height:1.75}
.prose-bclk ul{margin:0 0 1.2rem 1.25rem;list-style:disc}
.prose-bclk ol{margin:0 0 1.2rem 1.25rem;list-style:decimal}
.prose-bclk li{margin-bottom:.45rem}
.prose-bclk a{color:#B45309;text-decoration:underline;text-underline-offset:3px;font-weight:500}
.prose-bclk a:hover{color:#D97706}
.prose-bclk figure img{border-radius:1rem}
