/* QueensGiant 1.81: navy, slate and original cream. Existing layout is retained.
   Legacy --bronze names remain compatible with the original templates. */
:root { --bronze:#49677F; --bronze-dark:#354F67; --cream:#F8F6F0; }
.qg-nav, .qg-footer, .article-hero, .contact-section { --bronze:#B4C7D5; }
body[data-qg-dark-hero] .hero { --bronze:#B4C7D5; }
.hero h1 .accent { color:#B8A58C; }
.qg-nav .cta-button, .hero .btn-primary {
 background:#49677F !important; border-color:#49677F !important; color:#FFFFFF !important;
}
.qg-nav .cta-button:hover, .hero .btn-primary:hover {
 background:#354F67 !important; border-color:#B4C7D5 !important; color:#FFFFFF !important;
}
.qg-footer .footer-disclaimer a, .qg-footer .linkedin-btn { color:#B4C7D5; }
.qg-footer .linkedin-btn { border-color:#8FA9BC; }
.qg-footer .contact-submit { color:#B4C7D5; border-color:#B4C7D5; }
.qg-footer .contact-submit:hover { background:#B4C7D5; color:#0A1F44; }
.qg-footer .contact-success { color:#B4C7D5; }
.hero, .qg-footer { border-color:#D5DEE6; }
.stat { border-left-color:#8FA9BC; }
.service-card, .vet-col, .vet-why-aside { border-color:#D5DEE6; }
a:focus-visible, button:focus-visible, [role="button"]:focus-visible {
 outline:3px solid #8FA9BC; outline-offset:4px;
}

/* Keep the small wordmark descriptor legible without adding gold decoration. */
.logo > div > span:last-child { color:#B4C7D5 !important; }

/* ==========================================================================
   QueensGiant 1.90: warm canvas
   Cream becomes the page ground on every template. White is kept for cards
   and panels that sit on the cream, so they read as raised.
   The footer moves from slate to a deep shade of the brand navy, which keeps
   it distinct from the navy call-to-action bands directly above it.
   Buttons and link colours are unchanged.
   ========================================================================== */
html, body { background: #F8F6F0 !important; }

/* Section bands that were white now take the cream ground. */
.services,
.vet-cert,
.vet-cols,
.vet-engage,
.fel-facts,
.fel-apply,
.publications-showcase { background: transparent !important; }

/* Cards and panels that were cream on white become white on cream. */
.pillar,
.approach-item,
.explore-card,
.callout,
.sidebar-toc,
.fel-question { background: #FFFFFF !important; }

/* Footer. */
.qg-footer,
.site-footer { background: #06142E !important; }

/* 1.92: a dropdown opened by tap or click (see qg-nav.js). */
.qg-nav .dropdown.qg-open > .dropdown-content { display: block; }
.qg-burger:focus-visible { outline: 3px solid #8FA9BC; outline-offset: 2px; }
