OC: cross-brand SW logos — full-colour horizontal SW logo replaces the bridge text link; all-white SW logo replaces the plain ShopWisdom footer link.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-24 23:45:26 -07:00
parent 159b636697
commit ea2ccb6dfe
4 changed files with 87 additions and 2 deletions
+4
View File
@@ -184,6 +184,8 @@ a.tel { text-decoration: none; }
.band.light p { color: var(--ink-soft); }
.band.light .bridge-link a { color: var(--amber-deep); text-decoration: none; font-family: 'DM Sans', sans-serif; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; border-bottom: 1px solid currentColor; }
.bridge-link { margin-top: 1.8em; }
.band.light .bridge-link a.sw-logo-link { border-bottom: none; background: none; display: inline-block; line-height: 0; }
.sw-logo-link img { height: 42px; width: auto; display: block; }
/* Service cards */
.services { background: var(--paper); }
@@ -246,6 +248,8 @@ a.tel { text-decoration: none; }
.footer-logo-img { height: 28px; width: auto; display: block; }
.footer-links { display: flex; gap: 1rem; }
.footer-links a { font-family: 'DM Sans', system-ui, sans-serif; font-size: 0.55rem; letter-spacing: 0.08em; text-transform: uppercase; color: #f7f4ef; text-decoration: none; transition: color 0.3s; }
.footer-links a.footer-sw-logo { display: inline-flex; align-items: center; }
.footer-sw-logo img { height: 16px; width: auto; display: block; }
.footer-links a:hover { color: #e89b1c; }
.footer-copy { font-family: 'DM Sans', system-ui, sans-serif; font-size: 0.5rem; color: #f7f4ef66; letter-spacing: 0.03em; line-height: 1.4; margin: 0; }
@media (max-width: 900px) {