/*
Theme Name: JZachary Associates
Theme URI: https://jzachary.com/
Author: OpenAI
Author URI: https://openai.com/
Description: Custom lightweight WordPress theme for J. Zachary Associates, built for a modern recruiting website.
Version: 1.0.1
Requires at least: 5.8
Tested up to: 6.8
Requires PHP: 5.6
Text Domain: jzachary-associates
*/

:root {
  --primary: #0b3d91;
  --primary-dark: #06255b;
  --accent: #d9a441;
  --accent-dark: #b8872e;
  --bg: #f7f8fb;
  --surface: #ffffff;
  --text: #1f2430;
  --muted: #667085;
  --border: #e5e7eb;
  --container: 1180px;
  --radius: 18px;
  --shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Inter","Segoe UI",Roboto,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.65}img{max-width:100%;height:auto}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.container{width:min(var(--container),calc(100% - 32px));margin:0 auto}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:80px}.branding a{display:inline-flex;flex-direction:column;color:var(--text)}.branding .site-title{font-size:1.15rem;font-weight:800;letter-spacing:.02em}.branding .site-tagline{font-size:.9rem;color:var(--muted)}.main-navigation ul{list-style:none;margin:0;padding:0;display:flex;gap:20px;flex-wrap:wrap}.main-navigation li{margin:0}.main-navigation a{font-weight:600;color:var(--text)}.header-cta{display:flex;flex-direction:column;align-items:flex-end;font-size:.92rem}.header-cta a{color:var(--primary)}.hero{background:linear-gradient(135deg,#0b3d91 0%,#06255b 55%,#04152f 100%);color:#fff;padding:84px 0}.hero-grid{display:grid;grid-template-columns:1.3fr .9fr;gap:36px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);padding:8px 14px;border-radius:999px;font-size:.85rem;margin-bottom:18px}.eyebrow-dot{width:9px;height:9px;border-radius:50%;background:#61d38c}.hero h1{font-size:clamp(2.25rem,5vw,4.25rem);line-height:1.08;margin:0 0 18px}.hero h1 span{color:#f0c56d}.hero p{max-width:700px;font-size:1.06rem;color:#dbe8ff}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;font-weight:700;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:var(--accent);color:#111827;box-shadow:0 10px 24px rgba(217,164,65,.28)}.btn-secondary{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.18)}.hero-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:28px;box-shadow:0 16px 40px rgba(0,0,0,.22)}.hero-card h3{margin-top:0}.hero-pills{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 20px}.hero-pills span,.inline-tags li{display:inline-flex;padding:7px 12px;border-radius:999px;font-size:.88rem;border:1px solid var(--border);background:#fff;color:var(--text)}.hero-card .hero-pills span{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.14);color:#fff}.hero-stat{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid rgba(255,255,255,.12)}.section{padding:74px 0}.section-alt{background:#fff}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:26px;flex-wrap:wrap}.section-heading h2{margin:0;font-size:clamp(1.8rem,3vw,2.5rem)}.section-heading p,.lead{color:var(--muted);max-width:760px}.grid-2,.grid-3,.contact-grid{display:grid;gap:24px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.contact-card,.form-card,.jobs-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.card h3,.contact-card h3,.form-card h3{margin-top:0}.card ul,.number-list{margin:0;padding-left:18px}.card li,.number-list li{margin-bottom:10px}.inline-tags{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:12px}.jobs-wrap p{margin:0}.contact-grid{grid-template-columns:1fr 1.2fr}.site-footer{padding:26px 0;border-top:1px solid var(--border);background:#fff;color:var(--muted)}.footer-inner{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.screen-reader-text{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
@media (max-width:960px){.hero-grid,.grid-2,.grid-3,.contact-grid{grid-template-columns:1fr}.header-inner{flex-wrap:wrap;padding:14px 0}.header-cta{align-items:flex-start}.hero{padding:64px 0}}
@media (max-width:640px){.main-navigation ul{gap:12px}.hero-actions{flex-direction:column;align-items:flex-start}.btn{width:100%}.section{padding:54px 0}}
