/* Standard footer styling copied from the Home page footer. */
:root {
  --deep-coffee: #2b1710;
  --white: #ffffff;
  --gold: #f3ca03;
  --raspberry: #a51d46;
  --font-display: "Playfair Display", Georgia, serif;
}
.site-footer { background: var(--deep-coffee); color: #e9d9c8; padding: 48px 0 24px; }
.site-footer .container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 30px; margin-bottom: 30px; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h4 { color: var(--white); font-size: 1rem; margin: 0 0 10px; font-family: var(--font-display); }
.site-footer p { margin: 0 0 1rem; }
.site-footer a { color: #e9d9c8; text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.15); padding-top: 18px; text-align: center; font-size: 0.82rem; color: rgba(233,217,200,0.7); }
.social-row { display: flex; gap: 12px; margin-top: 10px; }
.social-row a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; }
.social-row a:hover { background: var(--raspberry); color: var(--white); }
.link-list { list-style: none; padding: 0; margin: 0; }
.link-list li { padding: 4px 0; display: flex; align-items: center; font-size: 0.94rem; }
.small { font-size: 0.85rem; }
