/* ============================================================
   Creative Global Design — WordPress-only additions.
   site.css is the untouched design system; only WP glue lives here.
   ============================================================ */

/* logo image (ACF Site Settings → Logo); CSS wordmark is the fallback */
.wordmark img{height:48px;width:auto;max-width:260px;display:block}
.foot-mark img{height:44px}

/* admin bar offset for the sticky header */
.admin-bar header{top:32px}
@media(max-width:782px){.admin-bar header{top:46px}}

/* WYSIWYG output inside list items / bio */
.retail-pts li p,.mfg-list li p,.stmt-grid p+p{margin:0}
.lead-bio .lead-body p:last-child{margin-bottom:0}
.who-lede p{margin:0} .who-body p{color:var(--slate);font-size:1rem;line-height:1.72;margin-bottom:16px}
.who-body p:last-child{margin-bottom:0}

/* contact form status + honeypot */
.form-msg{border-radius:10px;padding:14px 16px;margin-bottom:20px;font-size:.92rem;line-height:1.5}
.form-msg.ok{background:#EAF7EE;color:#1E6B34;border:1px solid #BFE5CA}
.form-msg.err{background:#FDECEC;color:#8A1F1F;border:1px solid #F3C2C2}
.hp{position:absolute;left:-9999px;top:-9999px;height:0;width:0;overflow:hidden}

/* default page.php / index.php content */
.page-content{max-width:72ch;color:var(--slate);font-size:1.02rem}
.page-content>*+*{margin-top:1.1em}
.page-content h2,.page-content h3{color:var(--ink);margin-top:1.6em}
.page-content ul,.page-content ol{padding-left:1.3em}
.page-content a{color:var(--orange-deep);text-decoration:underline}
.post-list{display:grid;gap:22px}
.post-list article{border:1px solid var(--line);border-radius:var(--r);padding:26px 28px;background:#fff}
.post-list h2{font-size:1.3rem;margin-bottom:8px}
