/*
Theme Name: Asheboro Bail Bonds (All-In-One)
Theme URI: https://asheborobailbonds.com/
Author: Asheboro Bail Bonds
Description: Classic layout with mobile tweaks, XML + Randolph HTML parser, and inmate photo extraction.
Version: 3.6.0
Text Domain: asheboro-bail-bonds
*/
:root{--abb-yellow:#ca8a04;--abb-yellow-dark:#a16207;--abb-gray:#374151}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion: reduce){ html{scroll-behavior:auto} *{animation:none!important;transition:none!important} }
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,'Apple Color Emoji','Segoe UI Emoji',sans-serif;color:#111827;background:#f9fafb;line-height:1.5}
img{max-width:100%;height:auto;display:block}
.abb-container{max-width:1200px;margin:0 auto;padding:0 1rem}
.abb-btn{display:inline-block;padding:.875rem 1.25rem;border-radius:.9rem;box-shadow:0 1px 2px rgba(0,0,0,.08);text-decoration:none}
.abb-btn:focus{outline:3px solid #fde68a;outline-offset:2px}
.abb-btn-primary{background:var(--abb-yellow);color:#fff}
.abb-btn-primary:hover{background:var(--abb-yellow-dark)}
.abb-btn-outline{border:2px solid var(--abb-yellow);color:var(--abb-yellow-dark);background:#fff}
.abb-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:2rem}
.abb-grid{display:grid;gap:1.25rem}
.abb-hero{background:linear-gradient(135deg,#f3f4f6,#fef3c7,#fffbeb);padding:2.25rem 0}
.abb-top{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid #e5e7eb;z-index:50}
.abb-brand{font-weight:700}
.abb-nav a{padding:.75rem .9rem;border-radius:.7rem;color:var(--abb-gray);text-decoration:none;display:inline-block}
.abb-nav a:hover{background:#f3f4f6}
.abb-footer{border-top:1px solid #e5e7eb;background:#fff;padding:2rem 0;margin-top:2rem}
.abb-h1{font-size:2.2rem;line-height:1.15;font-weight:800;color:#111827;margin:0 0 .75rem}
.abb-sub{font-size:1.1rem;color:#374151;margin:0 0 1rem;font-weight:700;text-align:center}
.abb-center{text-align:center}
.abb-muted{color:#6b7280}
.abb-arrests-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.abb-menu-toggle{appearance:none;background:#fff;border:1px solid #e5e7eb;border-radius:.7rem;padding:.6rem .8rem;line-height:1;display:flex;align-items:center;gap:.5rem}
.abb-menu-toggle:focus{outline:3px solid #fde68a;outline-offset:2px}
.abb-menu-icon{width:22px;height:2px;background:#374151;position:relative;border-radius:2px}
.abb-menu-icon::before,.abb-menu-icon::after{content:'';position:absolute;left:0;width:22px;height:2px;background:#374151;border-radius:2px}
.abb-menu-icon::before{top:-7px}.abb-menu-icon::after{top:7px}
.abb-menu{display:flex;gap:.25rem;overflow:auto}
@media (max-width: 900px){
  .abb-menu{display:none;flex-direction:column;gap:.5rem;margin-top:.5rem}
  .abb-menu.is-open{display:flex}
  .abb-header-row{flex-wrap:wrap}
}
@media (max-width: 768px){
  .abb-h1{font-size:1.85rem}
  .abb-card{padding:1.25rem}
  .abb-mobile-callbar{position:fixed;bottom:0;left:0;right:0;background:var(--abb-yellow);color:#fff;display:flex;justify-content:center;gap:1rem;padding:.75rem;z-index:60;box-shadow:0 -2px 10px rgba(0,0,0,.12)}
  .abb-mobile-callbar a{color:#111827;background:#fff;border-radius:.7rem;padding:.6rem 1rem;text-decoration:none;font-weight:700}
  body{padding-bottom:64px}
}
