/* GM Core — About Story. Scoped to .gm-astory. Two-column story + pull-quote. */
.gm-astory{padding:88px 0;font-family:var(--sans,"Inter",-apple-system,"Segoe UI",Roboto,sans-serif)}
.gm-astory__in{max-width:1240px;margin:0 auto;padding:0 28px;box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.gm-astory__eyebrow{display:inline-block;background:rgba(217,160,43,.14);color:var(--gold-text,#8A5A0C);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:7px 16px;border-radius:100px;margin-bottom:18px}
.gm-astory h2{font-size:clamp(1.8rem,3.2vw,2.4rem)!important;font-weight:800!important;color:var(--navy,#0A1B33);letter-spacing:-.02em;line-height:1.15!important;margin:0 0 20px}
.gm-astory__text p{color:#3a4658!important;font-size:1.02rem!important;line-height:1.7!important;margin:0 0 16px}
.gm-astory__quote{background:var(--grey,#F3F6F9);border-left:4px solid transparent;border-image:var(--growth,linear-gradient(90deg,#1F4FBF,#0E7CC4 34%,#0AA9AC 68%,#0FA37A)) 1;border-radius:0 14px 14px 0;padding:28px 30px}
.gm-astory__quote p{font-size:1.3rem!important;font-weight:700!important;color:var(--navy,#0A1B33);font-style:italic;line-height:1.4!important;margin:0 0 14px}
.gm-astory__quote .by{font-size:.9rem;color:var(--muted,#63738A);font-style:normal;font-weight:600}
.gm-astory__quote .by b{color:var(--gold-dk,#B97512)}
@media(max-width:960px){.gm-astory__in{grid-template-columns:1fr;gap:36px}}
