/*
Theme Name: TaxAttorneyVA Directory
Theme URI: https://taxattorneyva.com
Author: TaxAttorneyVA
Description: Fast directory theme for Virginia tax attorneys.
Version: 1.0.1
Text Domain: taxattorneyva
*/
:root{--ink:#10233f;--blue:#0f4c81;--gold:#c7922f;--muted:#667085;--line:#e5e7eb;--bg:#f7f9fc;--white:#fff;--radius:16px;--shadow:0 10px 30px rgba(16,35,63,.08)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--white);line-height:1.65}a{color:var(--blue);text-decoration:none}img{max-width:100%;height:auto}.container{width:min(1180px,calc(100% - 32px));margin:auto}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:24px}.brand{font-weight:800;font-size:1.25rem;color:var(--ink)}.brand span{color:var(--gold)}.nav-menu{display:flex;list-style:none;gap:22px;margin:0;padding:0}.hero{background:linear-gradient(135deg,#0d2d50,#0f4c81);color:white;padding:76px 0}.hero h1{font-size:clamp(2.25rem,5vw,4.4rem);line-height:1.05;margin:0 0 18px;max-width:850px}.hero p{font-size:1.2rem;max-width:720px;color:#e6edf5}.search-box{background:white;border-radius:18px;padding:14px;display:grid;grid-template-columns:1fr 1fr auto;gap:10px;box-shadow:var(--shadow);margin-top:32px}.search-box input,.search-box select,.form-card input,.form-card textarea,.form-card select{width:100%;padding:14px;border:1px solid #d0d5dd;border-radius:10px;font:inherit}.button,button,input[type=submit]{background:var(--gold);color:#fff;border:0;border-radius:10px;padding:14px 20px;font-weight:700;cursor:pointer}.section{padding:64px 0}.section.alt{background:var(--bg)}.section h2{font-size:2rem;margin:0 0 24px}.grid{display:grid;gap:22px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card{border:1px solid var(--line);background:#fff;border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.attorney-card{display:grid;grid-template-columns:96px 1fr;gap:18px}.avatar{width:96px;height:96px;border-radius:14px;object-fit:cover;background:#edf2f7}.badge{display:inline-block;background:#e7f6ec;color:#18794e;padding:4px 9px;border-radius:999px;font-size:.82rem;font-weight:700}.meta{color:var(--muted);font-size:.95rem}.stars{color:#f3a712;font-weight:700}.profile-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:30px;padding:42px 0}.profile-hero{display:flex;gap:24px;align-items:flex-start}.profile-hero img{width:150px;height:150px;border-radius:20px;object-fit:cover}.sidebar{position:sticky;top:96px;align-self:start}.form-card{border:1px solid var(--line);border-radius:var(--radius);padding:22px;background:#fff;box-shadow:var(--shadow)}.form-card p{margin:0 0 12px}.taxonomy-list{display:flex;flex-wrap:wrap;gap:8px}.taxonomy-list a{background:#eef4fb;padding:7px 10px;border-radius:999px}.site-footer{background:#0b1f36;color:#dbe7f3;padding:50px 0 24px}.site-footer a{color:#fff}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.notice{padding:12px 14px;border-radius:10px;background:#ecfdf3;color:#166534;margin-bottom:18px}@media(max-width:800px){.nav-menu{display:none}.search-box,.grid-3,.profile-layout,.footer-grid{grid-template-columns:1fr}.attorney-card{grid-template-columns:76px 1fr}.avatar{width:76px;height:76px}.profile-hero{display:block}.profile-hero img{margin-bottom:16px}.sidebar{position:static}.hero{padding:54px 0}}
