/*
 * WordPress compatibility layer.
 * bodyart.css is the original design and stays untouched. The rules below only undo
 * side effects of WordPress itself and are scoped to BodyArt classes.
 */

/* Logged-in users: keep the fixed nav (and the mobile menu) below the admin bar. */
.admin-bar .nav{top:32px}
@media (max-width:1023px){.admin-bar .nav__menu{top:calc(var(--nav-h) + 32px)}}
@media (max-width:782px){.admin-bar .nav{top:46px}.admin-bar .nav__menu{top:calc(var(--nav-h) + 46px)}}

/* Plain layout for pages other than the homepage (templates/index.html, page.html). */
.bodyart-fallback{display:grid;gap:1.5rem;padding-block:calc(var(--nav-h) + 3rem) clamp(4rem,8vw,7rem)}
.bodyart-fallback h1,.bodyart-fallback h2{font-family:var(--font-display);font-weight:900;text-transform:uppercase;line-height:.95}
.bodyart-fallback h1{font-size:var(--h-3)}
