/* Minimal CSS - theme.json handles most styling */

/* Logo overlap - absolute position over the hero */
.site-logo img {
    max-height: 140px !important;
    width: auto !important;
}

/* Footer links inherit color */
footer a { color: #94a3b8; text-decoration: none; }
footer a:hover { color: var(--wp--preset--color--accent); }
footer ul { list-style: none; padding: 0; }
footer ul li { margin-bottom: 4px; }
