feat: add California CCPA privacy policy, all-locations hub page, and custom brand logo & favicon suite

This commit is contained in:
2026-09-11 20:28:29 -07:00
parent bc9dea03fd
commit 4ab0e171eb
26 changed files with 2297 additions and 102 deletions
+15 -3
View File
@@ -417,14 +417,26 @@ img {
.logo-symbol {
width: 44px;
height: 44px;
background: var(--neon-lime);
border: 1.5px solid var(--neon-green);
border-radius: var(--radius-md);
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 0 16px rgba(0, 230, 118, 0.4);
flex-shrink: 0;
overflow: hidden;
transition: transform var(--transition-bounce), filter var(--transition-fast), box-shadow var(--transition-fast);
}
.brand-logo:hover .logo-symbol {
transform: scale(1.08) rotate(-2deg);
filter: drop-shadow(0 0 14px rgba(0, 230, 118, 0.75));
}
.logo-symbol img,
.logo-symbol .custom-logo-mark {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}
.logo-text {