.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(225, 191, 179, 0.3);
}

.fox-gradient {
    background: linear-gradient(135deg, #a33900 0%, #cb4a04 100%);
}

/* Scope the landing page */
#bulkfox-landing-page {
    background: #f7f9fb;
    color: #191c1e;
    overflow-x: hidden;
}

/* Prevent theme content wrappers from constraining the page */
body.page-template-page-bulkfox .entry-content,
body.page-template-page-bulkfox .site-main,
body.page-template-page-bulkfox article,
body.page-template-page-bulkfox .page-content {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
}