/*
Theme Name: Sovereignty Group V4.2 GEO AI
Theme URI: https://sovereignty-group.com/
Author: Sovereignty Group
Author URI: https://sovereignty-group.com/
Description: Custom responsive therapy practice theme with GEO/AI-friendly service and insurance content for Los Angeles and California.
Version: 4.2.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: sovereignty-group-v4-2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root{
  --sg-navy:#0d2340;
  --sg-gold:#d7ad3a;
  --sg-cream:#f7f2e8;
  --sg-ink:#17212b;
  --sg-muted:#5d6872;
  --sg-white:#ffffff;
  --sg-shadow:0 12px 30px rgba(13,35,64,.12);
  --sg-radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--sg-ink);
  background:var(--sg-white);
  line-height:1.65;
}
a{color:var(--sg-navy);text-decoration-thickness:1px;text-underline-offset:3px}
img{max-width:100%;height:auto;display:block}
.site-header{
  position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);
  backdrop-filter:blur(10px);border-bottom:1px solid #e8e8e8;
}
.header-inner{
  max-width:1180px;margin:auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;
}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand img{width:54px;height:54px;border-radius:50%}
.brand-title{font-weight:800;color:var(--sg-navy);font-size:1.1rem}
.site-nav ul{display:flex;gap:18px;list-style:none;margin:0;padding:0;align-items:center;flex-wrap:wrap}
.site-nav a{text-decoration:none;font-weight:650}
.menu-toggle{display:none;background:none;border:1px solid #ddd;border-radius:10px;padding:8px 10px}
.hero{
  background:linear-gradient(135deg,var(--sg-navy),#17375f);
  color:white;padding:72px 24px;
}
.hero-inner{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.35fr .65fr;gap:48px;align-items:center}
.hero h1{font-size:clamp(2.3rem,5vw,4.6rem);line-height:1.05;margin:0 0 20px}
.hero p{font-size:1.2rem;max-width:720px}
.hero-card{background:white;color:var(--sg-ink);padding:16px;border-radius:24px;box-shadow:var(--sg-shadow)}
.hero-card img{border-radius:16px}
.button{
  display:inline-block;background:var(--sg-gold);color:#101820;text-decoration:none;
  padding:13px 20px;border-radius:999px;font-weight:800;margin:8px 10px 8px 0;
}
.button.secondary{background:white;color:var(--sg-navy)}
.container{max-width:1180px;margin:auto;padding:56px 24px}
.section-title{font-size:clamp(1.8rem,3vw,2.8rem);color:var(--sg-navy);margin-top:0}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{border:1px solid #e5e8ec;border-radius:var(--sg-radius);padding:24px;background:white;box-shadow:var(--sg-shadow)}
.card h3{margin-top:0;color:var(--sg-navy)}
.band{background:var(--sg-cream)}
.content-wrap{max-width:900px;margin:auto;padding:56px 24px}
.content-wrap h1,.content-wrap h2,.content-wrap h3{color:var(--sg-navy);line-height:1.2}
.content-wrap h1{font-size:clamp(2.2rem,4vw,3.5rem)}
.notice{border-left:5px solid var(--sg-gold);background:#fff9e8;padding:18px 20px;border-radius:10px;margin:24px 0}
.site-footer{background:var(--sg-navy);color:white;padding:42px 24px}
.footer-inner{max-width:1180px;margin:auto;display:grid;grid-template-columns:2fr 1fr;gap:30px}
.site-footer a{color:white}
.small{font-size:.92rem;color:#d5dde6}
@media(max-width:900px){
  .hero-inner,.grid,.footer-inner{grid-template-columns:1fr}
  .site-nav{display:none;width:100%}
  .site-nav.open{display:block}
  .site-nav ul{flex-direction:column;align-items:flex-start;padding:14px 0}
  .menu-toggle{display:block}
  .header-inner{flex-wrap:wrap}
}
