.gm-brand-hero{max-width:800px;margin:0 auto;padding:4rem 1.5rem 2rem;text-align:center;}
.gm-brand-hero h1{font-size:2.25rem;margin-bottom:1rem;}
.gm-brand-hero p{color:#4a4a4a;font-size:1.1rem;line-height:1.7;}
.gm-brand-values{max-width:1000px;margin:0 auto;padding:2rem 1.5rem 3rem;display:grid;gap:2rem;grid-template-columns:1fr;}
.gm-brand-value{border-top:2px solid var(--gm-gold);padding-top:1rem;}
.gm-brand-value h3{font-size:1.2rem;margin-bottom:.5rem;color:var(--gm-green);}
.gm-brand-value p{color:#4a4a4a;line-height:1.6;}
@media(min-width:750px){.gm-brand-values{grid-template-columns:repeat(3,1fr);}}
.gm-brand-cta{text-align:center;padding:3rem 1.5rem;background:var(--gm-cream);}
.gm-brand-cta p{max-width:500px;margin:0 auto 1.5rem;color:#4a4a4a;font-size:1.05rem;}
