/* Shared brand treatment for all secondary pages. */
.brand{display:flex;align-items:center;gap:.75rem}
.brand-mark,.footer-mark{display:flex;align-items:center;justify-content:center;flex:0 0 auto;background:linear-gradient(to bottom right,#fcd34d,#fbbf24,#f59e0b);color:#0f172a;font-weight:800;letter-spacing:-.05em;border:1px solid rgba(253,230,138,.8);box-shadow:0 1px 2px rgba(0,0,0,.05)}
.brand-mark{width:40px;height:40px;border-radius:.75rem;font-size:1rem}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy small{display:block;margin-top:.3rem;font-size:.63rem;color:#94a3b8;font-weight:500;letter-spacing:.14em;text-transform:uppercase}
.footer-inner{align-items:flex-start}
.footer-brand{display:flex;align-items:center;gap:.75rem}
.footer-mark{width:32px;height:32px;border-radius:.5rem;font-size:.75rem}
.footer-brand a{color:#0f172a;text-decoration:underline;text-underline-offset:3px}
.footer-nav{display:flex;flex-direction:column;align-items:flex-start;gap:7px}
.footer-nav p{margin:0}
.footer-nav .eyebrow{font-size:.65rem}
.footer-nav a:hover{color:#b59226}
@media(max-width:720px){.footer-inner{display:block}.footer-brand{margin-bottom:16px}.footer-nav{margin-top:16px}}
